Skip to content

Commit

Permalink
Fix usage docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaototi committed May 22, 2023
1 parent 6271985 commit 0823713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Misskey Bot to post notes on the Markov chain.
## Docker
1. [Dowload config.yml](https://raw.githubusercontent.com/tpc3/Noa/main/config.yml)
2. Enter your token and host server to config.yml
3. `docker run --rm -it -v $(PWD):/data ghcr.io/tpc3/noa`
3. `docker run --rm -it -v $(PWD)config.yml:/go/src/Noa/config.yml ghcr.io/tpc3/noa`

## Build
1. Clone thos repository
Expand Down

0 comments on commit 0823713

Please sign in to comment.