mirror of
https://github.com/evilsocket/arc.git
synced 2024-05-26 22:37:37 +03:00
fix: increased minimum required golang version in readme
This commit is contained in:
@@ -44,7 +44,7 @@ The idea is to use Arc as a single storage and manager for your passwords, encry
|
||||
|
||||
## Usage
|
||||
|
||||
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:
|
||||
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.22.x installed and configured correctly, then clone this repository, install the dependencies and compile the `arc` server component:
|
||||
|
||||
go install github.com/evilsocket/arc/cmd/arc@latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user