summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorYannick Bungers2021-05-08 16:07:10 +0200
committerGitHub2021-05-08 16:07:10 +0200
commitdb50bdf91934ff063d075a4be29553c018a1b5af (patch)
tree233592548bb4dc49149c53cca7942a8bb5a4a0f5 /bin
parent3e836d815baf3f98fb6b263b5aa123d81f78fb9c (diff)
parenta4b4ebd80c2c94d7e14eee18a9928f63d653efc9 (diff)
Merge pull request #1249 from hedgedoc/adjustSetup
Docs: Add mention to install devDependencies
Diffstat (limited to '')
-rwxr-xr-xbin/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setup b/bin/setup
index b4a7ae9d..907567ca 100755
--- a/bin/setup
+++ b/bin/setup
@@ -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/