aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJohan Mulder <johan@mulder.net>2018-04-19 21:12:12 +0000
committerJohan Mulder <johan@mulder.net>2018-04-19 21:12:12 +0000
commitbadb9c84d965fc424dd6a5c1d798d4c11abe154a (patch)
treeb8837c6682725b99769addbcd4e713238f979a67 /README.md
parentDeleted run away sentence. (diff)
downloaddocker-bitlbee-libpurple-badb9c84d965fc424dd6a5c1d798d4c11abe154a.tar.gz
docker-bitlbee-libpurple-badb9c84d965fc424dd6a5c1d798d4c11abe154a.zip
Fixed spelling error
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 60202f8..d30bbd6 100644
--- a/README.md
+++ b/README.md
@@ -14,11 +14,12 @@ docker build -t bitlbee:latest .
Then run it:
```bash
-docker run -p 6667:6667 --name bitlbee -v /local/path/to/configurations:/var/lib/bitlbee --restart=always --detach bitlbee:latest
+docker run -p 6667:6667 --name bitlbee -v /local/path/to/configurations:/var/lib/bitlbee \
+ --restart=always --detach bitlbee:latest
```
The local path to the configurations will contain the configuration as saved by
-bitlbee. It is advisable to do so, as you're configuration will be gone when
+bitlbee. It is advisable to do so, as your configuration will be gone when
the docker image gets deleted.
## Setting up a Slack account