mirror of
https://github.com/ssh-vault/ssh-vault.git
synced 2025-07-29 18:01:12 +03:00
modified: README.md
This commit is contained in:
12
README.md
12
README.md
@ -16,14 +16,4 @@ Usage:
|
||||
$ ssh-vault -h
|
||||
|
||||
|
||||
To compile, after setting GOPATH etc, just type:
|
||||
|
||||
$ make
|
||||
|
||||
Compiling for FreeBSD:
|
||||
|
||||
env GOOS=freebsd GOARCH=amd64 go build -o ssh-vault cmd/ssh-vault/main.go
|
||||
|
||||
For Linux:
|
||||
|
||||
env GOOS=linux GOARCH=amd64 go build -o ssh-vault cmd/ssh-vault/main.go
|
||||
**ssh-vault** is at an early development stage, please feel free to raise any issue, feature requirement or a simple comment [here](https://github.com/ssh-vault/ssh-vault/issues).
|
||||
|
Reference in New Issue
Block a user