Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Documentation: fix repeated step number in 828314e
Browse files Browse the repository at this point in the history
  • Loading branch information
anonimal committed Feb 25, 2016
1 parent 828314e commit 6af88ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/BUILDING.md
Expand Up @@ -88,7 +88,7 @@ $ cmake -DWITH_TESTS=ON -DWITH_BENCHMARKS=ON ../ && make
$ cmake -DWITH_DOXYGEN=ON ../ && make doc # output will be in kovri/doc/Doxygen/
```

### Steap 4. Run Kovri!
### Steap 5. Run Kovri!
```bash
$ ./kovri -p [your chosen port]
```
Expand All @@ -102,7 +102,7 @@ For a full list of options:
$ ./kovri -h
```

## Step 5. Configuration files *(optional)*
## Step 6. Configuration files *(optional)*

Configuration files has INI-like syntax: <key> = <value>.
All command-line parameters are allowed as keys, for example:
Expand Down

0 comments on commit 6af88ab

Please sign in to comment.