diff --git a/README.md b/README.md index 00abaea..e431f4a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This implementation of GSA is included into [NLOpt](https://github.com/stevengj/ - on Linux: ```bash git clone --recursive https://github.com/UNN-ITMM-Software/gsa_nlp_solver.git -cd ags_nlp_solver +cd gsa_nlp_solver mkdir build cd build cmake .. @@ -21,13 +21,13 @@ make -j 4 - on Windows: ```batch git clone --recursive https://github.com/UNN-ITMM-Software/gsa_nlp_solver.git -cd ags_nlp_solver +cd gsa_nlp_solver mkdir build cd build cmake .. cmake --build . --config RELEASE -.\bin\Release\solve_constrained.exe -.\bin\Release\solve_set.exe +./bin/Release/solve_constrained.exe +./bin/Release/solve_set.exe ``` [paper]: https://www.tandfonline.com/doi/abs/10.1080/17442508908833568?journalCode=gssr19