README: fix indent

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit f134c62bf7953aaa5cc4d8042a86db031e868614)
This commit is contained in:
Tianling Shen 2021-08-23 20:35:02 +08:00
parent d801983c8f
commit 99da7628a7
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -33,9 +33,9 @@ To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case sens
``` ```
</details> </details>
- Method 2: - Method 2:
```bash ```bash
curl -s https://build-scripts.project-openwrt.eu.org/init_build_environment.sh | sudo bash curl -s https://build-scripts.project-openwrt.eu.org/init_build_environment.sh | sudo bash
``` ```
- You can also download and use prebuilt container directly:<br/> - You can also download and use prebuilt container directly:<br/>
See #Quickstart - Build image via OPDE See #Quickstart - Build image via OPDE
@ -79,14 +79,14 @@ To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case sens
- For Windows User: - For Windows User:
1. Create a volume 'immortalwrt' and clone ImmortalWrt source into volume. 1. Create a volume 'immortalwrt' and clone ImmortalWrt source into volume.
```bash ```bash
docker run --rm -it -v immortalwrt:/openwrt immortalwrt/opde:base git clone -b <branch> --single-branch https://github.com/immortalwrt/immortalwrt . docker run --rm -it -v immortalwrt:/openwrt immortalwrt/opde:base git clone -b <branch> --single-branch https://github.com/immortalwrt/immortalwrt .
``` ```
2. Enter docker container and update feeds. 2. Enter docker container and update feeds.
```bash ```bash
docker run --rm -it -v immortalwrt:/openwrt immortalwrt/opde:base docker run --rm -it -v immortalwrt:/openwrt immortalwrt/opde:base
./scripts/feeds update -a && ./scripts/feeds install -a ./scripts/feeds update -a && ./scripts/feeds install -a
``` ```
- Tips: ImmortalWrt source code can not be cloned into NTFS filesystem (symbol link problem during compilation), but docker volume is fine. - Tips: ImmortalWrt source code can not be cloned into NTFS filesystem (symbol link problem during compilation), but docker volume is fine.
- Proxy Support: - Proxy Support: