From ced921dce565fb6289d768101bbb869dbae35b2b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 22 Feb 2017 00:18:13 -0800 Subject: update README with install instructions --- README.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index 01500ae..9575019 100644 --- a/README.txt +++ b/README.txt @@ -30,18 +30,23 @@ Building and Installation For now both building and installation are done with rust's cargo tool, usually bundled with the toolchain. If you haven't used rust before, "rustup" is highly recommended. einhyrningsins builds with the 'stable' compiler, and was -developed against version 1.12 of the toolchain (September 2016). To build and -install: +developed against version 1.12 of the toolchain (September 2016). To build: cargo build --release - cargo install Manpages (in both roff and HTML format) are built using the `ronn` tool, which is available in many package managers. To build those pages, run: make docs -There (currently) isn't an automated way to install the manpages. +There are two ways to install. The first is user-local using the cargo tool: + + cargo install + +The second is system-wide using make (this will also install the manpages): + + make build docs + sudo make install Differences from Einhorn -------------------------- -- cgit v1.2.3