Skip to content

Commit

Permalink
move nvm install and remove npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Nov 11, 2020
1 parent ec0e210 commit d81bf3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,21 +224,20 @@ Then:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install 15
nvm use 15
ssh-keygen -t ed25519 -C "[email protected]"
git config --global user.name "Solid OS Build (Michiel)"
git config --global user.email "[email protected]"
cat .ssh/id_ed25519.pub
nvm install 15
nvm use 15
npm login
```

Log in to npm with your npm account and add the SSH public key to your GitHub account. Then continue:
```sh
git clone https://github.com/solid/solidos
cd solidos
npm install
npm run prepare
npm run release
```

0 comments on commit d81bf3c

Please sign in to comment.