]> gitweb.factorcode.org Git - factor.git/commitdiff
README.md: A few more cleanups suggested by @mrjbq7.
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 10 Aug 2012 19:14:04 +0000 (12:14 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 10 Aug 2012 19:14:04 +0000 (12:14 -0700)
README.md

index 134d90b7fd7b2484514f820f8ed71636a398a0aa..7312b73d40e2d5cdd8317ca9f4365217a13600da 100644 (file)
--- 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