guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Mathieu Othacehe
Date: Tue, 23 Mar 2021 06:06:40 -0400 (EDT)

branch: master
commit ae15aefa55ea7af059b357d604d44301cc1e640a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Mar 22 18:28:59 2021 +0100

    Update README.
---
 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index de6fab1..b9cc4df 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ A convenient way to install those dependencies is to install 
Guix and execute
 the following command:
 
 #+BEGIN_EXAMPLE
-   $ guix environment cuirass
+  guix environment cuirass
 #+END_EXAMPLE
 
 This will build and enter an environment which provides all the necessary
@@ -36,7 +36,7 @@ When all the dependencies are available on you system, in 
order to build
 Cuirass, you can proceed with the usual:
 
 #+BEGIN_EXAMPLE
-   $ ./bootstrap && ./configure && make
+  ./bootstrap && ./configure && make
 #+END_EXAMPLE
 
 * Database connection
@@ -72,7 +72,7 @@ Ephemeral PostgreSQL package.  The =pg_tmp= script needs to 
be part of the
 path before running the usual:
 
 #+BEGIN_EXAMPLE
-make check
+  make check
 #+END_EXAMPLE
 
 * Example



reply via email to

[Prev in Thread] Current Thread [Next in Thread]