You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ It is recommended to use an existing package:
80
80
* Debian: packages provided by nabijaczleweli, see https://debian.nabijaczleweli.xyz/README.
81
81
* Arch: `sudo pacman -S zram-generator` (or https://aur.archlinux.org/packages/zram-generator-git/ for the latest git commit)
82
82
83
-
To install directly from sources, execute `make build && sudo make install`:
83
+
To install directly from sources, execute `make build && sudo make install NOBUILD=true`:
84
84
*`zram-generator` binary is installed in the systemd system generator directory (usually `/usr/lib/systemd/system-generators/`)
85
85
*`zram-generator(8)` and `zram-generator.conf(5)` manpages are installed into `/usr/share/man/manN/`, this requires [`ronn`](https://github.com/apjanke/ronn-ng).
86
86
*`units/[email protected]` is copied into the systemd system unit directory (usually `/usr/lib/systemd/system/`)
0 commit comments