Skip to content

Commit

Permalink
correct linux path
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Apr 2, 2018
1 parent b36a935 commit c7b223c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ EOS comes with a number of programs you can find in `~/eos/build/programs`. They
After successfully building the project, the `nodeos` binary should be present in the `build/programs/nodeos` folder. `nodeos` can be run directly from the `build` folder using `programs/nodeos/nodeos`. The instructions here assume
running from the `build` folder.

`nodeos` uses a custom configuration folder, the location of this folder is determined by your system.
`nodeos` uses a custom configuration fold er, the location of this folder is determined by your system.

- Mac OS: `~/Library/Application Support/eosio`
- Linux: `~/.local/share/`
- Linux: `~/.local/share/eosio`

The build seeds this folder with a default `genesis.json` file. Alternatively, a configuration folder can be specified using the `--config-dir` command line argument to `nodeos`. If you use this option, you will need to manually copy a genesis.json file to your config folder.

Expand Down

0 comments on commit c7b223c

Please sign in to comment.