diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-24 00:02:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-24 00:02:43 -0500 |
commit | 99522a5d683ad858e7228500fa7fe56027fe3921 (patch) | |
tree | 1f5c251a7e23eb41a2ec25414cdcf3bf9ed4b0da /README.md | |
parent | 7c33035c20fa21020aeea8606eb63c7e4ef22e1f (diff) | |
download | librix-99522a5d683ad858e7228500fa7fe56027fe3921.tar.lz librix-99522a5d683ad858e7228500fa7fe56027fe3921.tar.xz librix-99522a5d683ad858e7228500fa7fe56027fe3921.zip |
unnecessary superUser for Zip compiler
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ You'll also need the ```glib-compile-schemas``` and ```gdk-pixbuf-pixdata``` co After installing all the dependencies, change to the cloned directory and, run the following in Terminal, ```sh -sudo make zip +make zip ``` or for install in global system: |