From 52e7ee2ac03f189837b4913e802c3f585e186f33 Mon Sep 17 00:00:00 2001 From: rasul Date: Sat, 1 Feb 2020 20:03:18 -0600 Subject: [PATCH] add steps to run --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fac2fd..f70a4a9 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,13 @@ work in progress mostly works though but needs more works -https://p.rascul.xyz +see it in action https://p.rascul.xyz + +```bash +git clone https://gitlab.com/rascul/pasteb +cd pasteb +cp config.toml.default config.toml +$EDITOR config.toml +cargo build --release +cargo run --release +```