diff --git a/README.md b/README.md index 0efd908..a556f43 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ Share the same ~/.ipfs/swarm.key with your friends to "HARDEN" your shield ### 0 - OPTIONNAL : Create a new user "pi" -This will be the user running "ipfs daemon" and Astroport Station bash - +Only if you don't have "ipfs daemon" already running !! +continue the install with the user you are already using instead. ``` adduser pi @@ -73,6 +73,7 @@ usermod -aG sudo pi su - pi ``` + ### 1 - IPFS - **Install and start “ipfs daemon”** WE ENCOURAGE YOU TO READ CODE YOU ARE DOWNLOADING AND EXECUTING @@ -96,19 +97,14 @@ curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/ipfs_alon ### 2 - G1 SSB - **Create your “secrets” 🔑 from credentials and activate your Astroport Station 🛸** -[code generating your G1SSB Identity](https://git.p2p.legal/axiom-team/astroport/src/master/zen/tools/make_G1SSB_secret.sh). +[Look at the code generating your G1SSB Identity](https://git.p2p.legal/axiom-team/astroport/src/master/zen/tools/make_G1SSB_secret.sh). ``` -# Initialise G1 + SSB + goodies... Takes time reading the code... -curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh -o ./installA.sh -[[ $(which xed) ]] && xed ./installA.sh || echo "Open and read vi ./installA.sh" -echo 'Once done. Hit ^C and continue install' - # ONCE YOU READ and AGREE. Run TrustFull QUICK Install !! curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh | bash ``` -**Astroport #Swarm0 is your "Virtual Private IPFS Swarm" with Scuttlebutt friends** +**Astroport #Swarm0 makes you enter a "Virtual Private IPFS Swarm" shared with Scuttlebutt friends** If you follow previous explanations. This had downloaded this whole git, then install and configure various opensource softwares