From c0b8854829f4f44d9a5a162801e6a49684533997 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 10 Aug 2012 12:14:04 -0700 Subject: [PATCH] README.md: A few more cleanups suggested by @mrjbq7. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 134d90b7fd..7312b73d40 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,6 @@ license. ## Getting Started -* [Learning Factor](http://concatenative.org/wiki/view/Factor/Learning) -* [System requirements](http://concatenative.org/wiki/view/Factor/Requirements) - ### Building Factor from source If you have a build environment set up, then you can build Factor from git. @@ -27,17 +24,18 @@ a boot image stored on factorcode.org. To check out Factor: -* git clone git://factorcode.org/git/factor.git -* cd factor +* `git clone git://factorcode.org/git/factor.git` +* `cd factor` To build the latest complete Factor system from git: -* Windows: build-support\factor.cmd -* Unix: ./build-support/factor.sh update +* Windows: `build-support\factor.cmd` +* Unix: `./build-support/factor.sh update` Now you should have a complete Factor system ready to run. -[More information on building factor](http://concatenative.org/wiki/view/Factor/Building%20Factor) +More information on [building factor](http://concatenative.org/wiki/view/Factor/Building%20Factor) +and [system requirements](http://concatenative.org/wiki/view/Factor/Requirements). ### To run a Factor binary: @@ -71,6 +69,8 @@ Some other simple things you can try in the listener: ] each ``` +For more tips, see [Learning Factor](http://concatenative.org/wiki/view/Factor/Learning). + ## Documentation The Factor environment includes extensive reference documentation and a -- 2.34.1