aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2018-06-18 08:18:30 +0000
committerng0 <ng0@n0.is>2020-01-28 19:14:39 +0000
commit4320a53865913e41fe8d726252ca723c7130c539 (patch)
tree9524eba94b79edd5ec6890e3ccf72643c79601d0 /README
parentfb937db5b471d5b0b07c4f6aa8f2c82e1e5b0d74 (diff)
downloadgnunet-guile2-4320a53865913e41fe8d726252ca723c7130c539.tar.gz
gnunet-guile2-4320a53865913e41fe8d726252ca723c7130c539.zip
readme
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 12 insertions, 3 deletions
diff --git a/README b/README
index 5f6f799..b22dac3 100644
--- a/README
+++ b/README
@@ -1,6 +1,12 @@
1* gnunet-guile 1gnunet-guile
2============
2 3
3Install recent gnunet using the following command: 4Guile (version 2.2+) bindings for GNUnet.
5
6Installation
7------------
8
9Install a recent gnunet using the following command:
4 10
5 $ guix package -f guix.scm 11 $ guix package -f guix.scm
6 12
@@ -8,6 +14,9 @@ Then use the usual cli dance:
8 14
9 $ ./bootstrap && ./configure && make 15 $ ./bootstrap && ./configure && make
10 16
17Usage
18-----
19
11You must first run gnunet services with the following command: 20You must first run gnunet services with the following command:
12 21
13 $ gnunet-arm -c etc/p2.conf -s 22 $ gnunet-arm -c etc/p2.conf -s
@@ -28,4 +37,4 @@ commmand:
28 37
29 $ ./pre-inst-env ./gnunet-guile search etc/p2.conf hello 38 $ ./pre-inst-env ./gnunet-guile search etc/p2.conf hello
30 39
31Use Ctrl+C to kill the search command. \ No newline at end of file 40Use Ctrl+C to kill the search command.