From 1382f00db69c523b37c1c5b6d1480b772e33cc44 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 7 Jan 2022 22:22:17 +0530 Subject: Move to `guix shell' friendly manifest.scm. * guix.scm: Rename to manifest.scm. Replace `guix environment -l guix.scm' with `guix shell'. * README.org (Build): Replace `guix environment -l guix.scm' with `guix shell'. --- README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 609300b..758545f 100644 --- a/README.org +++ b/README.org @@ -13,11 +13,10 @@ Build dependencies are - [[https://www.gnu.org/software/gsl/][GNU Scientific Library]] (for vector and scientific functions) - [[https://gnu.org/software/guile][GNU Guile]] (for the scheme wrappers) -The easiest way to install these dependencies is to use a [[https://guix.gnu.org/][guix]] -environment. +The easiest way to install these dependencies is to use [[https://guix.gnu.org/][GNU Guix]]. #+BEGIN_SRC shell - $ guix environment -l guix.scm + $ guix shell #+END_SRC To build, run the following commands. -- cgit v1.2.3