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 🛸 ```