Skip to content

Commit

Permalink
fix: updated README (fixes #153)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket authored Jan 6, 2024
1 parent 489c493 commit 80a5884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The idea is to use Arc as a single storage and manager for your passwords, encry

You can find binary releases of Arc [here](https://github.com/evilsocket/arc/releases), if instead you want to build it from source, make sure you have Go >= 1.8 installed and configured correctly, then clone this repository, install the dependencies and compile the `arc` server component:

go get github.com/evilsocket/arc/cmd/arc
go install github.com/evilsocket/arc/cmd/arc@latest

Once you either extracted the release archive or compiled it yourself, copy `sample_config.json` to a new `config.json` file and customize it. The most important fields to change are the `secret` ( a key used for token authentication ), the `username` and the `password`, which is the `bcrypt` hash of the authentication password you want to use, you can generate a new one with:

Expand Down

0 comments on commit 80a5884

Please sign in to comment.