Skip to content

Commit

Permalink
Merge pull request #6 from YoshikiIto/add-steps-on-quick-start
Browse files Browse the repository at this point in the history
add 2 steps to Quick Start
  • Loading branch information
rueyaa332266 authored Mar 1, 2020
2 parents 8aadb49 + 5b0d606 commit 2f4a827
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Get image from docker hub
docker pull lifullsetg/gazo-san
```

Clone this repository
```
git clone https://github.com/lifull-dev/Gazo-san.git
```

Go into the repository
```
cd Gazo-san
```

Execute Gazo-san by container
```
docker run --rm -it -v `pwd`:/run lifullsetg/gazo-san gazosan tests/images/test_image_new.png tests/images/test_image_old.png output
Expand Down

0 comments on commit 2f4a827

Please sign in to comment.