Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
You can use `ctrl+p q` to detach and `docker attach wallet713` to reattach to the running container.