diff options
author | B. van Berkum <dev@dotmpe.com> | 2017-10-03 00:33:39 +0200 |
---|---|---|
committer | B. van Berkum <dev@dotmpe.com> | 2017-10-03 00:35:27 +0200 |
commit | 60ed9b8f4142e99114661b5b8a5562aa75bffb48 (patch) | |
tree | 6d974f8a35e013253afe0a4a140a7b2ff84d15f7 /doc/md/index.md | |
parent | 22a30602cb31f9b1e36aabae4259561625b7ffe3 (diff) | |
download | Shaarli-60ed9b8f4142e99114661b5b8a5562aa75bffb48.tar.gz Shaarli-60ed9b8f4142e99114661b5b8a5562aa75bffb48.tar.zst Shaarli-60ed9b8f4142e99114661b5b8a5562aa75bffb48.zip |
Typo's, unified structure a bit.
- Fixes inevitable typo that crept in.
- Removed some blank lines, newlines, to match established whitespace use better.
- Minor grammar improvement.
Diffstat (limited to 'doc/md/index.md')
-rw-r--r-- | doc/md/index.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/md/index.md b/doc/md/index.md index 5f10227f..f83d1702 100644 --- a/doc/md/index.md +++ b/doc/md/index.md | |||
@@ -22,7 +22,7 @@ It runs the latest development version of Shaarli and is updated/reset daily. | |||
22 | 22 | ||
23 | Login: `demo`; Password: `demo` | 23 | Login: `demo`; Password: `demo` |
24 | 24 | ||
25 | Docker users can start a personal instance from an [autobuild image](https://hub.docker.com/r/shaarli/shaarli/). For an example to start a temporary Shaarli at ``localhost:8000``, and to keeps the data you create (config, storage) during the session: | 25 | Docker users can start a personal instance from an [autobuild image](https://hub.docker.com/r/shaarli/shaarli/). For an example to start a temporary Shaarli at ``localhost:8000``, and keep the data you create (config, storage) during the session: |
26 | ``` | 26 | ``` |
27 | MY_SHAARLI_VOLUME=$(cd /path/to/shaarli/data/ && pwd -P) | 27 | MY_SHAARLI_VOLUME=$(cd /path/to/shaarli/data/ && pwd -P) |
28 | docker run -ti --rm \ | 28 | docker run -ti --rm \ |
@@ -32,7 +32,6 @@ docker run -ti --rm \ | |||
32 | ``` | 32 | ``` |
33 | 33 | ||
34 | A brief guide on getting starting using docker is given in [Docker 101](docker/docker-101). | 34 | A brief guide on getting starting using docker is given in [Docker 101](docker/docker-101). |
35 | |||
36 | To learn more about user data and how to keep it across versions, please see [Upgrade and Migration](Upgrade-and-migration) documentation. | 35 | To learn more about user data and how to keep it across versions, please see [Upgrade and Migration](Upgrade-and-migration) documentation. |
37 | 36 | ||
38 | ## Features | 37 | ## Features |