From 9dca335a4684c9efdece16471896c6fef0c89e37 Mon Sep 17 00:00:00 2001 From: Jannik <6362150+janniks@users.noreply.github.com> Date: Sun, 7 Apr 2019 19:38:13 +0200 Subject: [PATCH] Align language - Align language with https://github.com/mimblewimble/docs/wiki/how-to-run-a-grin-node#running-a-grin-node - Remove rogue `I` --- docs/setup.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index b067e0d2..84ea0cdc 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -15,11 +15,10 @@ Once installed, run wallet713 anywhere from your command prompt. You may need to $ wallet713 ``` -If you'd like to run against floonet, use: +If you'd like to run against Floonet (i.e. test network), use: ``` $ wallet713 --floonet ``` -I ## Option 2: Building your own binary @@ -60,4 +59,4 @@ $ ./wallet713 --floonet $ docker build -t my/wallet713 . $ docker run --rm --name wallet713 -ti -v $PWD/data:/root/.wallet713 my/wallet713 ``` -You can use `ctrl+p q` to detach and `docker attach wallet713` to reattach to the running container. \ No newline at end of file +You can use `ctrl+p q` to detach and `docker attach wallet713` to reattach to the running container.