Skip to content

Commit

Permalink
documentation: update keytar prerequisites
Browse files Browse the repository at this point in the history
The commit updates the prerequisites documentation to include an update
for `keytar` on `alpine linux`.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Aug 3, 2021
1 parent e88c5e1 commit 0f23304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Some additional tools and libraries are needed depending on your platform:
- Debian/Ubuntu: `sudo apt-get install libsecret-1-dev`
- Red Hat-based: `sudo yum install libsecret-devel`
- Arch Linux: `sudo pacman -S libsecret`
- Alpine: `apk add libsecret-dev`

- Linux/MacOS
- [nvm](https://github.com/nvm-sh/nvm) is recommended to easily switch between Node.js versions.
Expand Down

0 comments on commit 0f23304

Please sign in to comment.