Skip to content

Commit

Permalink
UPDATE README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonghyeons committed Oct 20, 2019
1 parent 7669333 commit 2e1492a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 2e1492a

Please sign in to comment.