Skip to content

Commit 973969a

Browse files
authored
Update README.md
1 parent db4f35c commit 973969a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
### Generate `.config` file for target router
1414
- Clone this repo
1515
- Copy the folder `immortalwrt/` in `gen-config/`
16-
- Modify mount path in ==run.sh==
16+
- Modify mount path in `run.sh`
1717
- Run `build.sh` to create the build env image
1818
- Run `run.sh` to create the container and attach to it
1919
- Inside container, copy template config file from `deconfig/` folder
@@ -28,9 +28,9 @@ cp -f defconfig/mt7986-ax6000.config .config
2828
cp -f defconfig/mt7986-ax6000-256m.config .config
2929
```
3030
- Run `make menuconfig` to choose target router and plugins, etc.
31-
- Move the resulted `.config` file back to `deconfig/`
32-
- Copy this .config in host machine, rename it accordingly, e.g. `360T7.config`
33-
- Add it to the root of this repo
31+
- rename the resulted `.config` file accordingly, e.g. `360T7.config`
32+
- Move it back to `deconfig/`
33+
- Copy this renamed `xxxx.config` in mount folder in host machine, and add it to the root of this repo.
3434

3535
### Add new workflow
3636
- Use the existing workflow file as template, and modify accordingly.

0 commit comments

Comments
 (0)