We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4bd3c commit 1582615Copy full SHA for 1582615
docs/self-hosting/development.md
@@ -31,7 +31,7 @@ Make sure you have `pnpm` installed `npm install -g pnpm`.
31
$ git clone https://github.com/docmost/docmost
32
$ cd docmost
33
$ pnpm install
34
-$ cp .env.exmaple .env
+$ cp .env.example .env
35
```
36
37
Make sure to update the .env file.
0 commit comments