diff options
author | Leah Thein <leah@toaster.fritz.box> | 2020-12-02 16:43:32 +0100 |
---|---|---|
committer | Leah Thein <leah@toaster.fritz.box> | 2020-12-02 16:43:32 +0100 |
commit | 9edef0bba8097ba36cdc3b3d5855c8738d21e7cd (patch) | |
tree | d2e3336dffe723dc3d5eb8113b96c9d171b02ebd | |
parent | 7b81345c36eae7c46693681018a171e0faaa353b (diff) | |
download | gallery-master.tar.gz gallery-master.tar.bz2 gallery-master.zip |
-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> ``` |