Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
artemanufrij committed Oct 20, 2018
1 parent 7299891 commit 92bd912
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,10 @@ git clone https://github.com/artemanufrij/regextester.git
cd regextester
```

Create **build** folder, compile and start Regextester
Compile, install and start Regextester on your system
```
mkdir build
meson build --prefix=/usr
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
./src/com.github.artemanufrij.regextester
```

(optional) Install Regextester on your system
```
sudo make install
sudo ninja install
com.github.artemanufrij.regextester
```

0 comments on commit 92bd912

Please sign in to comment.