diff options
author | Stuart Stock <stuart@int08h.com> | 2017-07-02 22:44:50 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2017-07-02 22:44:50 -0500 |
commit | f0e3a3cd9cee338e26dbb1db774718cc56e4f984 (patch) | |
tree | 33b70394a6dc409a700db13548d77e076af1fd68 /README.md | |
parent | d1cadbd16107a63053a9ddd0d2c495a1f385196c (diff) | |
download | roughenough-f0e3a3cd9cee338e26dbb1db774718cc56e4f984.zip |
update README to reflect status
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |