From bfc43a25659c441ea6ec60bd101e5f93bfe7d6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Wed, 22 May 2013 22:35:57 +0200 Subject: [PATCH] Seems like GitHub doesn't support full markdown. --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 20bb6cf..3ae693c 100644 --- a/README.md +++ b/README.md @@ -54,20 +54,19 @@ You have to have following packages installed in your system: Follow steps listed below: 1. Fetch *m68k-amigaos-toolchain* project to your local drive: - - git clone git://github.com/cahirwpz/m68k-amigaos-toolchain.git - cd m68k-amigaos-toolchain - + + `git clone git://github.com/cahirwpz/m68k-amigaos-toolchain.git` + `cd m68k-amigaos-toolchain` + 2. Download sources (use `fetch.sh` script in `archives` directory): - - cd archives - ./fetch.sh + + `cd archives` + `./fetch.sh` 3. Run `bootstrap.sh` script (with `--prefix` option to specify where to install the toolchain). - cd .. - ./bootstrap.sh --prefix=/opt/m68k-amigaos build - + `cd ..` + `./bootstrap.sh --prefix=/opt/m68k-amigaos build` 4. Wait for the result :-)