Skip to content

Commit

Permalink
Change: Add missing apt-get install line to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cfi-gb authored and bjoernricks committed Oct 16, 2023
1 parent e87338a commit 124aa2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ gpg --no-default-keyring --keyring "$KEYRING" --list-keys

echo "deb [signed-by=$KEYRING] https://deb.nodesource.com/$VERSION $DISTRIBUTION main" | sudo tee /etc/apt/sources.list.d/nodesource.list
echo "deb-src [signed-by=$KEYRING] https://deb.nodesource.com/$VERSION $DISTRIBUTION main" | sudo tee -a /etc/apt/sources.list.d/nodesource.list

sudo apt-get update && sudo apt-get install nodejs
```

Change into the gsa source directory and delete the possible existing build output
Expand Down

0 comments on commit 124aa2a

Please sign in to comment.