From dfbd52480eee7bd69f96132c25118cf17b424e00 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 20 Nov 2017 08:02:47 -0500 Subject: [PATCH] Update docs --- README.md | 6 ++++++ ofborg/src/config.rs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b24b3b5..289c350 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/ofborg/src/config.rs b/ofborg/src/config.rs index b87ff74..1454993 100644 --- a/ofborg/src/config.rs +++ b/ofborg/src/config.rs @@ -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(