Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hexTileX committed Jul 2, 2018
1 parent 25dc9d7 commit 46bca2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -86,8 +86,8 @@ How to run
1. First please make sure you have already [set up the database](#how-to-set-up-the-database)
2. Make sure your [config settings](#configuration) are properly set.
3. [Build](#build)
4. Open a console/terminal window and navigate to the `\bin` directory
5. Run the `start_network.bat` or `start_network.sh` script
4. Open a console/terminal window and navigate to the project directory
5. Run the `bin\start_network.bat` or `bin/start_network.sh` script

How to run using Docker
-------------------
Expand All @@ -104,4 +104,4 @@ Troubleshooting & FAQ
- I get Java encryption errors: Did you install Java Cryptography Extension?
- I can not run the start script: Check if you have OS permission to run the file.
- The service does not start: Check if all jars in the lib and service folder are readable.
- The start script seems broken: Check if the start script has the correct encoding. If you ran the service on Unix use `dos2unix` to change the encoding.
- The start script seems broken: Check if the start script has the correct encoding. If you ran the service on Unix use `dos2unix` to change the encoding.

0 comments on commit 46bca2f

Please sign in to comment.