aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Hoeppner2015-09-24 08:09:52 +0200
committerTill Hoeppner2015-09-24 08:09:52 +0200
commitf5eb147a4f588f8d08514888e7514b8e5fd18600 (patch)
treea05e65debfd529582396a4aa94b0e9d45c1695a6
parent9e961c2295f6c8010aeedf7e55f4049293207b7d (diff)
downloadsersve-f5eb147a4f588f8d08514888e7514b8e5fd18600.tar.gz
sersve-f5eb147a4f588f8d08514888e7514b8e5fd18600.tar.xz
sersve-f5eb147a4f588f8d08514888e7514b8e5fd18600.zip
Update README
-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
```