diff options
| author | Henry Jameson <me@hjkos.com> | 2019-08-31 22:39:56 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-08-31 22:39:56 +0300 |
| commit | 9e3891de610a290f4ea93de7ffd49877c3cf96ce (patch) | |
| tree | 3b0143febdf96c04283bcdb8b3a622cce8a9545b /docs/HACKING.md | |
| parent | 2dfba7677258d24f96232eae5f30de5be5982ad3 (diff) | |
| parent | 5d70ada203f757a27dfb6fd1b532b7a9fb73ebd7 (diff) | |
Merge remote-tracking branch 'upstream/docs' into docs
* upstream/docs:
Apply suggestion to docs/HACKING.md
Apply suggestion to docs/CONFIGURATION.md
Diffstat (limited to 'docs/HACKING.md')
| -rw-r--r-- | docs/HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md index 97db5e72..783ff9e3 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -25,7 +25,7 @@ This could be a bit trickier, you basically need steps 1-4 from *develop build* ### Replacing your instance's frontend with custom FE build -This is the most easiest way to use and test FE build: you just need to copy or symlink contents of `dist` folder into backend's `/instance/static` folder, creating it if it doesn't exist. Be aware that running `yarn build` wipes the contents of `dist` folder. +This is the most easiest way to use and test FE build: you just need to copy or symlink contents of `dist` folder into backend's [static directory](https://docs.pleroma.social/static_dir.html), by default it is located in `instance/static`, or in `/var/lib/pleroma/static` for OTP release installations, create it if it doesn't exist already. Be aware that running `yarn build` wipes the contents of `dist` folder. ### Running production build locally or on a separate server |
