README.md: A few more cleanups suggested by @mrjbq7.
parent
3f13cc9c3a
commit
c0b8854829
16
README.md
16
README.md
|
@ -16,9 +16,6 @@ license.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
* [Learning Factor](http://concatenative.org/wiki/view/Factor/Learning)
|
|
||||||
* [System requirements](http://concatenative.org/wiki/view/Factor/Requirements)
|
|
||||||
|
|
||||||
### Building Factor from source
|
### Building Factor from source
|
||||||
|
|
||||||
If you have a build environment set up, then you can build Factor from git.
|
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:
|
To check out Factor:
|
||||||
|
|
||||||
* git clone git://factorcode.org/git/factor.git
|
* `git clone git://factorcode.org/git/factor.git`
|
||||||
* cd factor
|
* `cd factor`
|
||||||
|
|
||||||
To build the latest complete Factor system from git:
|
To build the latest complete Factor system from git:
|
||||||
|
|
||||||
* Windows: build-support\factor.cmd
|
* Windows: `build-support\factor.cmd`
|
||||||
* Unix: ./build-support/factor.sh update
|
* Unix: `./build-support/factor.sh update`
|
||||||
|
|
||||||
Now you should have a complete Factor system ready to run.
|
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:
|
### To run a Factor binary:
|
||||||
|
|
||||||
|
@ -71,6 +69,8 @@ Some other simple things you can try in the listener:
|
||||||
] each
|
] each
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For more tips, see [Learning Factor](http://concatenative.org/wiki/view/Factor/Learning).
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
The Factor environment includes extensive reference documentation and a
|
The Factor environment includes extensive reference documentation and a
|
||||||
|
|
Loading…
Reference in New Issue