Skip to content

Commit 2bdf5ff

Browse files
authored
Update README.md
1 parent f8c83e9 commit 2bdf5ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If it is the first time you install the ROGUE CFW, please do not update from STO
2121

2222
If you need to update your ROGUE CFW, then use the update .opk packages.
2323

24-
##COMPILATION
24+
## COMPILATION
2525

2626
first check that your linux system has the packages installed:
2727

@@ -38,21 +38,21 @@ if you have debian 9, just download the binarion package at:
3838

3939
https://github.com/Ninoh-FOX/toolchain/releases
4040

41-
and extract this in / opt / gcw0-toolchain
41+
and extract this in /opt/gcw0-toolchain
4242

4343
If you have a different Linux distribution, run the rebuild.sh script that is inside the toolchain folder to create the correct / opt / gcw0-toolchain for your system.
4444

4545
Once all this is configured, the steps to compile the system are:
4646

4747
for RG350M
4848

49-
: ~ / toolchain $ make rg350m_defconfig
50-
: ~ / toolchain $ make -f Makefile.rg350m -j4
49+
: ~/toolchain$ make rg350m_defconfig
50+
: ~/toolchain$ make -f Makefile.rg350m -j4
5151

5252
for RG350
5353

54-
: ~ / toolchain $ make rg350_defconfig
55-
: ~ / toolchain $ make -j4
54+
: ~/toolchain$ make rg350_defconfig
55+
: ~/toolchain$ make -j4
5656

5757
When the whole process is finished you can create the installation packages or the sd_imagen.bin with the following commands:
5858

0 commit comments

Comments
 (0)