README.md: A few more cleanups suggested by @mrjbq7.

db4
Doug Coleman 2012-08-10 12:14:04 -07:00
parent 3f13cc9c3a
commit c0b8854829
1 changed files with 8 additions and 8 deletions

View File

@ -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