diff --git a/README.md b/README.md new file mode 100644 index 0000000..2139e95 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +## Photopic + +JPG, RAW file sorter program in terminal written golang + + + +### How to install + +```bash +$ git clone https://github.com/whdgus906/photopic.git +$ cd photopic +$ go install +``` + + + +### Usage + +```bash +# Run in current filepath +$ photopic + +# Run another filepath +$ photopic YOURFILEPATH +``` + + + +### Directory after runing + +```bash ++-- /FILEPATH + +-- /jpg + +-- /raw +``` \ No newline at end of file