From 366d39c0a770f6e51cfb5e99ea4215ec62ba5cb5 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 20 Oct 2017 21:44:20 +0200 Subject: [PATCH] Actualize readme.md --- readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 6eb4036..a909a66 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,5 @@ # SNAKE CLIENT -[![Build Status](http://jenkins.snake.cygni.se/buildStatus/icon?job=snake client rust)](http://jenkins.snake.cygni.se/job/snake%20client%20rust/) - Do you want the most annoying compiler ever? Do you want to constantly think of what is owning what variable? Do you want to stare angrily at the screen and wonder what the hell it means that some dumb value can't be moved? @@ -9,14 +7,14 @@ Then here is the ultimate snake client for you, written for the beautiful langua ## Requirements -* Rust (which should be installed via [rustup](https://github.com/rust-lang-nursery/rustup.rs)) +* Rust (which should be installed via [rustup](https://rustup.rs/)) * Snake server (local or remote) ## Setup -A. Clone the repository: `git clone https://github.com/cygni/snakebot-client-rust.git`; +A. Clone the repository: `git clone https://git.nubo.sh/hulthe/snakebot.git`; -B. Open the repo: `cd snakebot-client-rust`; +B. Open the repo: `cd snakebot`; C. Build the snake: `cargo build`;