diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ a little introduction into this software. ## get it -```shell= +``` [user@pc ~]$ git clone https://git.ctu.cx/ctucx/gallery/ [user@pc ~]$ cd gallery/ [user@pc ~]$ nimble build ``` ## use it -```shell= +``` [user@pc ~]$ ./gallery <config.file> ``` |