diff options
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 ed122646e9..541caa84c9 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 |