about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7d39b2c..e9d41ce 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,14 @@ Yet another photo gallery generator.
 
 I could not find any other working solution that would be as simple as this. This script just resizes all images and generates grid menu for them. That is all.
 
+## Install
+
+```
+git clone https://git.niedzwiedzinski.cyou/gal && cd gal
+export BINDIR=$HOME/scripts
+ln -s $PWD/gal $BINDIR
+```
+
 ## Usage
 
 ```