diff options
author | Azure Zanculmarktum <zanculmarktum@gmail.com> | 2018-09-27 04:52:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-29 07:47:41 +0700 |
commit | 5a33fb48c1fd8eae765239f871d093a3fd5f9cc7 (patch) | |
tree | 5377d541564506554e2b49e378d1f8921b3d38ca /games/pacman/README | |
parent | d3cee6797811790c50df7cdc72b8fdcf81cb6398 (diff) |
games/pacman: Updated script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pacman/README')
-rw-r--r-- | games/pacman/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/pacman/README b/games/pacman/README index ed122646e9850..541caa84c9cea 100644 --- a/games/pacman/README +++ b/games/pacman/README @@ -1,3 +1,6 @@ This is a clone of the original pacman by Namco. NOTE: this is NOT Arch Linux's pacman :^) + +If your CPU supports multithreading, you can pass NUMJOBS like so: + $ NUMJOBS="-j$(nproc)" ./pacman.SlackBuild |