forked from the-distro/ofborg
Update docs
This commit is contained in:
parent
3e88da83b7
commit
dfbd52480e
|
@ -72,6 +72,12 @@ function gh_client() {
|
||||||
|
|
||||||
## Getting started on the rust one...
|
## Getting started on the rust one...
|
||||||
|
|
||||||
|
```
|
||||||
|
nix-shell ./shell.nix -A rustEnv
|
||||||
|
$ cd ofborg
|
||||||
|
$ cargo build
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo build
|
cargo build
|
||||||
```
|
```
|
||||||
|
|
|
@ -66,7 +66,7 @@ impl Config {
|
||||||
|
|
||||||
pub fn github(&self) -> Github {
|
pub fn github(&self) -> Github {
|
||||||
Github::new(
|
Github::new(
|
||||||
"my-cool-user-agent/0.1.0",
|
"github.com/grahamc/ofborg",
|
||||||
// tls configured hyper client
|
// tls configured hyper client
|
||||||
Client::with_connector(
|
Client::with_connector(
|
||||||
HttpsConnector::new(
|
HttpsConnector::new(
|
||||||
|
|
Loading…
Reference in a new issue