From: Doug Coleman Date: Fri, 10 Aug 2012 19:14:04 +0000 (-0700) Subject: README.md: A few more cleanups suggested by @mrjbq7. X-Git-Tag: 0.97~2635 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c0b8854829f4f44d9a5a162801e6a49684533997 README.md: A few more cleanups suggested by @mrjbq7. --- 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