Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
semiherdogan authored May 23, 2022
1 parent 06cbd5c commit 92d11b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ docker run --rm -it --platform=linux/386 -v red-console:/root/.red -v "${PWD}":/

For daily usage i'm using with alias as below:
```bash
alias red='docker run --rm -it --platform=linux/386 -v red-console:/root/.red -v "${PWD}":/var/app hasansemih/red'
alias red='docker run --rm -it --platform=linux/386 -v red-console:/root/.red hasansemih/red'
alias red-with-folder='docker run --rm -it --platform=linux/386 -v red-console:/root/.red -v "${PWD}":/var/app hasansemih/red'

```

0 comments on commit 92d11b5

Please sign in to comment.