diff --git a/README.md b/README.md index 8a1ca82..41760e9 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ terminal: ./mkconfig.bash list Once you have identified the name of the system you want to build, -issue the following command, replacing with the name of +issue the following command, replacing \ with the name of that system: -./mkconfig.bash +./mkconfig.bash \ Building ======== @@ -31,7 +31,7 @@ necessary packages. To start the compilation process, issue the following command: -./mksystem.bash +./mksystem.bash \ Archives ======== @@ -46,7 +46,7 @@ To create a package containing all the necessary tools to cross-compile C/C++ programs for you target system, issue the following command: -./pktoolchain.bash +./pktoolchain.bash \ Root Filesystem Archive ----------------------- @@ -56,7 +56,7 @@ GLUED system. It allows you to upgrade existing GLUED systems and initialize storage devices. To create a root filesystem archive, issue the following command: -./pkrootfs.bash +./pkrootfs.bash \ Initializing Storage Devices ============================ @@ -72,7 +72,7 @@ To perform all of the previous steps, you must first identify the target block device file and then issue the following command (as root): -./mkdisk.bash +./mkdisk.bash \ \ Example =======