diff --git a/README.md b/README.md index 7f995b35206b843ba32ecc5970b16678f0613fab..1d1a37b2699df940a3c460a7ae05fca634b42691 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,14 @@ hedgedoc import test.md $ hedgedoc import <input_path> [note_id] # takes a local path to a text file, and an optional note id for the new note qhmNmwmxSmK1H2oJmkKBQQ # returns <note_id> on success ``` + You can open the new note on the server by going to `$HEDGEDOC_SERVER/<note_id>`. +The optional `note_id` is only available on servers with `allowFreeURL` +enabled. +Check the [documentation](https://docs.hedgedoc.org/configuration/#users-and-privileges) +for more information. + ### Publish an existing note ```bash