Skip to content

Commit 929d5f8

Browse files
xldrkpmirguest
authored andcommitted
Fix re-reading of variable again
Signed-off-by: Axel Dürkop <[email protected]> Signed-off-by: Tao Lin <[email protected]>
1 parent 3c87abb commit 929d5f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Set `HEDGEDOC_SERVER` environment variable to your server's URL. It defaults to
3636

3737
$ export HEDGEDOC_SERVER='https://hedgedoc.example.com'
3838

39-
Log out and in again to the terminal to read the new variable.
39+
If you added the variable to `.profile` or `.bashrc`, re-open the terminal to read the new variable.
4040

4141
Test your configuration by creating a new note with FREELY access and no login required. You will receive the generated `<note_id>` for the document like `3jXcabSfSNesbH6KT72ieg`.
4242

@@ -111,7 +111,9 @@ You may need to log in again if:
111111
- your session expired
112112
- the hedgedoc server was restarted (which force-expires all sessions as a side-effect)
113113
- the is`$HEDGEDOC_COOKIES_FILE` deleted, moved, or becomes unreadable by `hedgedoc-cli`
114+
114115
### Create/import a new note
116+
115117
```bash
116118
$ hedgedoc import <input_path> [note_id] # takes a local path to a text file, and an optional note id for the new note
117119
qhmNmwmxSmK1H2oJmkKBQQ # returns <note_id> on success

0 commit comments

Comments
 (0)