mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 08:04:45 -04:00
Correct repo name
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
6689be4581
commit
978538c0de
13 changed files with 21 additions and 18 deletions
|
@ -3,4 +3,4 @@
|
|||
You can quickly setup a sample Heroku HedgeDoc application by clicking the button
|
||||
below.
|
||||
|
||||
[](https://heroku.com/deploy?template=https://github.com/hedgedoc/server/tree/master)
|
||||
[](https://heroku.com/deploy?template=https://github.com/hedgedoc/hedgedoc/tree/master)
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
3. Enter the directory and type `bin/setup`, which will install npm dependencies and create configs.
|
||||
|
||||
4. Modify the file named `config.json` or configure HedgeDoc through environment variables which will overwrite the configs, see docs [here](https://github.com/hedgedoc/server/blob/master/docs/configuration.md).
|
||||
4. Modify the file named `config.json` or configure HedgeDoc through environment variables which will overwrite the configs, see docs [here](https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md).
|
||||
|
||||
5. Build front-end bundle by `yarn run build` (use `yarn run dev` if you are in development)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue