Skip to content

Commit f69e0a5

Browse files
committed
updated README.md
1 parent 6803115 commit f69e0a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ An example [blindbit.toml](./blindbit.example.toml) is provided here.
3131
The settings in regard to parallelization have to be made in accordance to the cores on the Full node and host machine.
3232

3333
Once the data directory is set up you can run it as following.
34+
3435
```console
35-
$ blindbit-oracle --datadir ./.blindbbit-oracle
36+
$ <path/to/new/binary/file> --datadir <path/to/datadir/with/blindbit.toml>
3637
```
3738

38-
Note that the program will automatically default `--datadir` to `~/.blindbit-oracle` if not set.
39-
You still have to set up a config file in any case as the rpc users can't and **should** not be defaulted.
39+
Note that the program will automatically default `--datadir` to `~/.blindbit-oracle` if not set.
40+
You still have to set up a config file in any case as the rpc users can't and **should** not be defaulted.
4041

4142
## Known Errors
4243

0 commit comments

Comments
 (0)