aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79b2498..6e23fda 100644
--- a/README.md
+++ b/README.md
@@ -6,4 +6,13 @@ This is accomplished through the PubSub functionality of IPFS, as well as a loca
Another feature of Infodump is the ability to create and save topics and locations (almost nothing of that is implemented yet). These are used to create an ad-hoc network of people who share a common interest, without the need for user accounts and authentication.
-Even though the code is in a VERY early stage, I encourage you to try it out and maybe even contribute to it. I am especially interested in nice looking web GUIs to the network; if you create a proof of concept of such, you are my hero. \ No newline at end of file
+Even though the code is in a VERY early stage, I encourage you to try it out and maybe even contribute to it.
+## Getting started
+
+You need to have a copy of IPFS and the Go compiler installed, and you need to run IPFS with the `--enable-pubsub-experiment` flag.
+
+You can get IPFS from [the IPFS website](https://ipfs.io/) and Go from [the Go website](https://golang.org/). If you haven't already, prepare IPFS by running `ipfs init` and then start the daemon with `ipfs daemon --enable-pubsub-experiment`.
+
+To install Infodump, run `go install git.kiefte.eu/lapingvino/infodump@latest` while making sure that the Go bin directory is in your PATH in order to compile the binary and run it.
+
+This is very experimental software, and I am not responsible for any damage that may be caused by using it. Use at your own risk. Please report any bugs you find. I will also be very happy with any code contributions and even forks. I am especially interested in nice looking web GUIs to the network; if you create a proof of concept of such, you are my hero. \ No newline at end of file