From 08a44f4087743d50f917bc8329938d1dcae26fea Mon Sep 17 00:00:00 2001 From: rasul Date: Sun, 5 Apr 2020 18:30:10 -0500 Subject: [PATCH] provide link to online docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e3a69..77be9e5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ MUD game, in rust, so that hopefully it goes fast and doesn't break things. Under heavy development. Much is currently unimplemented or not completely implemented yet. -API docs can be built with `cargo doc`. Not yet complete, though. +API docs can be built with `cargo doc`. Not yet complete, though. Also they are +available online at +[https://rascul.gitlab.io/rude/rude/index.html](https://rascul.gitlab.io/rude/rude/index.html). If you really want to, clone the repo and run it with cargo.