Update docs

This commit is contained in:
Graham Christensen 2017-11-20 08:02:47 -05:00
parent 3e88da83b7
commit dfbd52480e
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
2 changed files with 7 additions and 1 deletions

View file

@ -72,6 +72,12 @@ function gh_client() {
## Getting started on the rust one...
```
nix-shell ./shell.nix -A rustEnv
$ cd ofborg
$ cargo build
```
```
cargo build
```

View file

@ -66,7 +66,7 @@ impl Config {
pub fn github(&self) -> Github {
Github::new(
"my-cool-user-agent/0.1.0",
"github.com/grahamc/ofborg",
// tls configured hyper client
Client::with_connector(
HttpsConnector::new(