Update 'docs/docs/installation/migrating_to_akkoma.md' #151

Merged
floatingghost merged 1 commits from ShariVegas/akkoma:sharivegas-docpatch-migration into develop 2022-08-05 16:40:13 +00:00
1 changed files with 6 additions and 1 deletions

View File

@ -60,13 +60,18 @@ your upgrade path here depends on your setup
### I just run with the built-in frontend
You'll need to run a single command,
You'll need to run a couple of commands,
```bash
# From source
mix pleroma.frontend install pleroma-fe
# you'll probably want this too
mix pleroma.frontend install admin-fe
# OTP
./bin/pleroma_ctl frontend install pleroma-fe
# you'll probably want this too
./bin/pleroma_ctl frontend install admin-fe
```
### I've run the mix task to install a frontend