aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index aa1a674..fe45fc2 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,15 @@
-sersve [![Build Status](https://travis-ci.org/hoeppnertill/sersve.svg)](https://travis-ci.org/hoeppnertill/sersve)
+sersve [![Build Status](https://travis-ci.org/tilpner/sersve.svg)](https://travis-ci.org/hoeppnertill/sersve)
======
A simple directory server. It works for my own purposes so far, but feel free to try or contribute.
-[Relevant blog article.](http://till.hoeppner.ws/2014/11/30/Introducing-sersve-a-directory-server-in-Rust-with-Iron/)
-
## Build
```bash
-git clone https://github.com/hoeppnertill/sersve.git
+git clone https://github.com/tilpner/sersve.git
cd sersve
cargo build --release # leave off --release if impatient
-target/release/sersve # target/sersve respectively
+target/release/sersve # target/debug/sersve respectively
# You can now visit `localhost:8080` in a browser
```