diff --git a/README.md b/README.md index ea834d5..3d7f79b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ Two publishing modes: ## Install -For development instructions see [CONTRIBUTING.md] +For development instructions see [CONTRIBUTING.md](CONTRIBUTING.md#developing-contributing). + +The following instructions are the quickest way to install Logarion (in the absense of binary releases). ``` opam pin add logarion https://gitlab.com/orbifx/logarion.git @@ -43,13 +45,13 @@ Once installed you will have `logarion_cli` for command line control of the repo ### Command line -Run `logarion --help`. +Run `logarion_cli --help`. ### Web server The web server's configuration is optionally controlled by [web.toml](web.toml) in the directory the server is executed from. -Run `logarion_webserver`, and open a browser to . +Run `logarion_webserver` and open a browser to . To post a new article visit . Optionally install a [sass](http://sass-lang.com/) compiler, like [sassc](http://sass-lang.com/libsass#sassc), and then run `sassc share/sass/main.sass > share/static/main.css`, to generate a stylesheet in `share/static/main.css`, using `share/sass/main.sass`.