Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
denizgursoy committed Mar 18, 2023
1 parent 9f4f303 commit ffa8dd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Install, run on CLI, make your selections and start development.
<a href="https://asciinema.org/a/534755" target="_blank"><img alt="Asciiname" src="https://asciinema.org/a/534755.svg" /></a>
</p>

## Run inside a docker container
```bash
docker run -it -v $(pwd):/out --rm ghcr.io/denizgursoy/gotouch:latest
```

## Installation
```bash
go install github.com/denizgursoy/gotouch/cmd/gotouch@latest
Expand Down

0 comments on commit ffa8dd5

Please sign in to comment.