Fix typo
This commit is contained in:
parent
9ec10e2df1
commit
4dc0f9b253
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ git submodule update --init --recursive
|
||||||
You should then edit the build.sh file and replace ```--tag richarvey/mastodon-bird-ui:$mastodon_version --tag richarvey/mastodon-bird-ui:latest``` with the details of your own docker repository. Then you just need to run:
|
You should then edit the build.sh file and replace ```--tag richarvey/mastodon-bird-ui:$mastodon_version --tag richarvey/mastodon-bird-ui:latest``` with the details of your own docker repository. Then you just need to run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./bash
|
./build.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
This script will download the theme and patch the locales file to display the options for choice, then build and push the docker images to your own repo.
|
This script will download the theme and patch the locales file to display the options for choice, then build and push the docker images to your own repo.
|
||||||
|
|
Loading…
Reference in a new issue