diff options
author | nodiscc <nodiscc@gmail.com> | 2015-04-20 14:36:25 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-04-20 14:36:25 +0200 |
commit | 569ffb59d4f7c41e5deabd8b2a163a952acb1957 (patch) | |
tree | abdb7629a5cee82861c94c9a2567fe245f8f7378 | |
parent | caee7ff9ccc302f85bd08714636e0be08fbd7cc4 (diff) | |
download | Shaarli-569ffb59d4f7c41e5deabd8b2a163a952acb1957.tar.gz Shaarli-569ffb59d4f7c41e5deabd8b2a163a952acb1957.tar.zst Shaarli-569ffb59d4f7c41e5deabd8b2a163a952acb1957.zip |
doc: add demo to README
fixes https://github.com/shaarli/Shaarli/issues/198
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -42,6 +42,12 @@ It is designed to be personal (single-user), fast and handy. | |||
42 | * You will be automatically notified by a discreet popup if a new version is available | 42 | * You will be automatically notified by a discreet popup if a new version is available |
43 | * **Shaarli is a bookmarking application, but you can use it for micro-blogging (like Twitter), a pastebin, an online notepad, a snippet repository, etc. See [Usage examples](https://github.com/shaarli/Shaarli/wiki#usage-examples)** | 43 | * **Shaarli is a bookmarking application, but you can use it for micro-blogging (like Twitter), a pastebin, an online notepad, a snippet repository, etc. See [Usage examples](https://github.com/shaarli/Shaarli/wiki#usage-examples)** |
44 | 44 | ||
45 | ## Demo | ||
46 | You can use this [public demo instance of Shaarli](http://shaarlidemo.tuxfamily.org/Shaarli). This demo runs the latest _development version_ of Shaarli and is updated/reset every day. | ||
47 | |||
48 | Login: `demo` | ||
49 | Password: `demo` | ||
50 | |||
45 | 51 | ||
46 | ## Links | 52 | ## Links |
47 | 53 | ||