From bb9ee1254d033e42b43f9f303c48cc3cb7f74870 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sun, 3 May 2020 18:11:04 +0200 Subject: [PATCH] Now RUN it --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e49d0..d49513d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,17 @@ It's using: @qo-op -- Adapt [install_ipfs.sh](https://git.p2p.legal/axiom-team/astroport/src/master/.install/ipfs_alone.sh) to your OS and start “ipfs daemon” +- Run [.install/ipfs_alone.sh](https://git.p2p.legal/axiom-team/astroport/src/master/.install/ipfs_alone.sh) and start “ipfs daemon” + +``` +curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/ipfs_alone.sh -o /tmp/ipfsA.sh +chmod +x /tmp/ipfsA.sh +# Verify code is safe running with "xed /tmp/ipfsA.sh" +# Now RUN it +/tmp/ipfsA.sh +``` + +SystemD ARM & x86_64 compatible. Submit an issue for your Arch. - Create your “secret” 🔑 (and secret.dunikey) from credentials to benefit extra features 🛸 ```