summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-07-02 22:44:50 -0500
committerStuart Stock <stuart@int08h.com>2017-07-02 22:44:50 -0500
commitf0e3a3cd9cee338e26dbb1db774718cc56e4f984 (patch)
tree33b70394a6dc409a700db13548d77e076af1fd68 /README.md
parentd1cadbd16107a63053a9ddd0d2c495a1f385196c (diff)
downloadroughenough-f0e3a3cd9cee338e26dbb1db774718cc56e4f984.zip
update README to reflect status
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6958d1c..1f9d384 100644
--- a/README.md
+++ b/README.md
@@ -16,18 +16,18 @@ created by Adam Langley and Robert Obryk.
## Building
-Use `cargo` to compile:
+Use `cargo` to compile and run the server binary:
```bash
-$ cargo test
+$ cargo run --bin server
```
## Implementation Status
Work-in-progress.
-* Protocol - incomplete
-* Server - incomplete
+* Protocol - as complete as it's probably going to get
+* Server - fragile, fixed long-term-key, but working
## Contributors
* Stuart Stock, original author and current maintainer (stuart {at} int08h.com)