From 37958794391d9524d6da0a167dbc3a66c90d95ad Mon Sep 17 00:00:00 2001 From: Vadim Nazarov Date: Wed, 19 Aug 2015 18:15:05 +0300 Subject: [PATCH] update readme a bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff904ec..4ac479a 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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