docs: fix indent

This commit is contained in:
naskya 2024-04-13 19:41:30 +09:00
parent a86be6a9cb
commit d0de0d14b2
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ The number of posts stored on your database can be found at `https://yourserver.
- Please remove `packages/backend-rs/target` before building Firefish.
```sh
rm --recursive --force packages/backend-rs/target
```
rm --recursive --force packages/backend-rs/target
```
- Please do not terminate `pnpm run migrate` even if it appears to be frozen.
### For Docker/Podman users