Skip to content

Commit f3e802f

Browse files
committed
Merge branch 'develop' of github.com:rdk/p2rank-private into develop
2 parents 7227435 + 6e35db0 commit f3e802f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,17 +211,21 @@ On Windows, use `bash` to run build commands (installed by default with [Git for
211211

212212
```ruby
213213
git clone https://github.com/rdk/p2rank.git && cd p2rank
214-
./make.sh
214+
./make.sh # after this, you can use the program by running ./prank.sh or ./distro/prank
215+
216+
./make-disro.sh # creates a tar.gz archive with the program in .build/
217+
# which can be used as a portable binary package
215218

216219
./unit-tests.sh # optionally you can run tests to check everything works fine on your machine
217-
./tests.sh quick # runs further tests
220+
./tests.sh quick # script that runs further tests
221+
218222
```
219223
You can now run the program using:
220224
```ruby
221225
distro/prank # standard mode that is run in production
222226
./prank.sh # development/training mode
223227
```
224-
To use `./prank.sh` (development/training mode) first you need to copy and edit `misc/local-env.sh` into repo root directory (see [training tutorial](https://github.com/rdk/p2rank/blob/develop/documentation/training-tutorial.md#preparing-the-environment)).
228+
To use `./prank.sh` (development/training mode) first you should copy and edit `misc/local-env.sh` into repo root directory (see [training tutorial](https://github.com/rdk/p2rank/blob/develop/documentation/training-tutorial.md#preparing-the-environment)).
225229

226230
## ⚖️ Comparison with Fpocket
227231

0 commit comments

Comments
 (0)