Add docs for building process
This commit is contained in:
parent
ca79ad637a
commit
55a269f107
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -47,6 +47,19 @@ Jess does not have a PKI or some sort of web of trust. You have to exchange publ
|
||||||
|
|
||||||
Jess is also capable of securing a network connection, but this currently only works with the library, not the CLI.
|
Jess is also capable of securing a network connection, but this currently only works with the library, not the CLI.
|
||||||
|
|
||||||
|
### Building
|
||||||
|
|
||||||
|
Jess uses [dep](https://github.com/golang/dep) as the dependency manager.
|
||||||
|
After cloning the repo, run `dep ensure`.
|
||||||
|
|
||||||
|
The command line tool includes build information for debugging.
|
||||||
|
Please use the provided build script for building:
|
||||||
|
```
|
||||||
|
cd cmd
|
||||||
|
./build -o jess
|
||||||
|
./jess version
|
||||||
|
```
|
||||||
|
|
||||||
### Architecture
|
### Architecture
|
||||||
|
|
||||||
Before we dive into technical details, here are some more/updated terms:
|
Before we dive into technical details, here are some more/updated terms:
|
||||||
|
|
Loading…
Add table
Reference in a new issue