aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2010-08-02 11:50:59 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2010-08-02 11:50:59 +0200
commit56621eceb5a53e1aa3773e3f971debb18943a345 (patch)
treea6f8c6fc6ac9786144871dfd45848b9b4966129e /README.md
parentba11140fcf7ec73abdfae237f288735b6941b7f6 (diff)
downloadcross-scripts-56621eceb5a53e1aa3773e3f971debb18943a345.tar.gz
cross-scripts-56621eceb5a53e1aa3773e3f971debb18943a345.zip
More readme changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2f8c98c..fcece2a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-These scripts create a cross-compiler toolchain in your $HOME/usr directory.
+These scripts create a cross-compiler toolchain in your `$HOME/usr` directory.
This kind of cross-compiler is mostly useful for basic Operating System developpment.
Included packages
@@ -21,10 +21,9 @@ Setting up the cross-compiler
-----------------------------
- Create a directory named `usr` in your home directory.
-- Add the following line to your .bashrc :
- export PATH=$PATH:$HOME/usr/bin
-- Run cross-<arch>.sh for the architecture you target
+- Add the following line to your `.bashrc` : `export PATH=$PATH:$HOME/usr/bin`
+- Run `cross-<arch>.sh` for the architecture you target
Go on the internet and read some useless stuff, this step is long.
-The compiler is available as *-gcc and *-g++, where * is one of the prefixes listed above (ex: i586-elf-gcc).
+The compiler is available as `*-gcc` and `*-g++`, where * is one of the prefixes listed above (ex: i586-elf-gcc).