Skip to content

Commit d688ba3

Browse files
authored
Update README.md
1 parent 27000d0 commit d688ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# codimd-cli
22

3-
A tiny CLI to perform common operations on [CodiMD](https://github.com/codimd/server) (formerly known as HackMD).
3+
A tiny CLI to perform common operations on [CodiMD](https://github.com/codimd/server) (the largest open-source fork of HackMD).
44

55
For more background, see the initial [discussion](https://github.com/hackmdio/codimd/issues/808) on the main codimd repo.
66

@@ -61,7 +61,7 @@ $ codimd export --slides qhmNmwmxSmK1H2oJmkKBQQ my_slides.zip
6161
```bash
6262
# optionally add the CODIMD_COOKIES_FILE environment variable to specify
6363
# where cookies will be stored. It defaults to ~/.config/codimd-cli/key.conf
64-
$ export CODIMD_COOKIES_FILE=~/.codimd-key.conf
64+
$ export CODIMD_COOKIES_FILE=~/.config/codimd-cli/key.conf
6565
```
6666
#### Authenticate with email
6767

0 commit comments

Comments
 (0)