Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JKrag committed Mar 25, 2021
1 parent 60d88e7 commit c3055db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Every chat message is an empty commit to the repo, and is immediately pushed to

Maybe slightly in order of importance - but not necessarily order of implementation. I am doing this 95% for fun, so features will get added if, where and when I feel inspired:

* [Support sending file attachments](https://github.com/JKrag/GitSlick/issues/1).
* [Support sending file attachments](https://github.com/JKrag/GitSlick/issues/1).
* [Dockerize the chat runtime](https://github.com/JKrag/GitSlick/issues/3)
* [Private message support, just for the fun of it](https://github.com/JKrag/GitSlick/issues/4)
* [Support running in split-screen terminal](https://github.com/JKrag/GitSlick/issues/5)
Expand All @@ -66,11 +66,11 @@ you acn run the whoe thing in Docker.
### Build image

```
docker to build -t gitslick .
```
docker build -t gitslick .
```

### Run image

```
docker run -it -v ~/.ssh:/tmp/.ssh:ro gitslick -r [email protected]:JKrag/demo.git -e "[email protected]" -n "Whale Hail"
docker run --name tempchat --rm -it -v ~/.ssh:/tmp/.ssh:ro gitslick -r [email protected]:JKrag/demo.git -e "[email protected]" -n "Whale Hail"
```

0 comments on commit c3055db

Please sign in to comment.