diff options
author | Yannick Bungers | 2021-05-08 16:07:10 +0200 |
---|---|---|
committer | GitHub | 2021-05-08 16:07:10 +0200 |
commit | db50bdf91934ff063d075a4be29553c018a1b5af (patch) | |
tree | 233592548bb4dc49149c53cca7942a8bb5a4a0f5 /bin | |
parent | 3e836d815baf3f98fb6b263b5aa123d81f78fb9c (diff) | |
parent | a4b4ebd80c2c94d7e14eee18a9928f63d653efc9 (diff) |
Merge pull request #1249 from hedgedoc/adjustSetup
Docs: Add mention to install devDependencies
Diffstat (limited to '')
-rwxr-xr-x | bin/setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ echo "Installing packages..." yarn install --production=true --pure-lockfile cat << EOF - +If you want to build the frontend yourself, you need to run 'yarn install' before 'yarn build' to install the devDependencies for the build process. Edit the following config file to setup HedgeDoc server and client. Read more info at https://docs.hedgedoc.org/configuration/ |