Skip to content

Commit

Permalink
update readme a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Nazarov committed Aug 19, 2015
1 parent f56b93b commit 3795879
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 @@ -74,7 +74,7 @@ After that you need to install CMake and Pythons with the following commands:
brew install python3

At this point you can either install the JsonCPP library and download benchmark files by yourself (see next paragraphs) or
simply go to [Ymir's GitHub](https://github.com/imminfo/ymir/releases), download the latest release source code called `Source code [FULL]` and unzip it.
simply go to [Ymir's GitHub](https://github.com/imminfo/ymir/releases), download the latest release source code called `Source_code_FULL.zip` and unzip it.
You will see the new folder called `ymir`. In both ways to compile Ymir you need to make your Terminal point to Ymir's folder.

To install JsonCPP you should clone the repository and install JsonCPP library by the following commands:
Expand Down Expand Up @@ -103,7 +103,7 @@ You can test Ymir with running

python3 ytest.py

For benchmarks you need to download benchmark files (if you haven't download `Source code [FULL]`):
For benchmarks you need to download benchmark files (if you haven't download `Source_code_FULL.zip`):

curl -sL https://github.com/imminfo/ymir/releases/download/v1.0-pre3/benchmark-files.zip > benchmark-files.zip
unzip benchmark-files.zip
Expand Down

0 comments on commit 3795879

Please sign in to comment.