]> gitweb.factorcode.org Git - factor.git/blobdiff - README.md
fix: add missing vocabulary in example
[factor.git] / README.md
index 4d6e34813f16d485d9d727ab5c8b3307eda5edee..4a746f0c95ebd3b9a8df8d6d92d94570c7867af6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Factor
 
+[![](https://api.travis-ci.org/factor/factor.svg)](https://travis-ci.org/factor/factor)
+
 Factor is a [concatenative](https://www.concatenative.org), stack-based
 programming language with [high-level
 features](https://concatenative.org/wiki/view/Factor/Features/The%20language)
@@ -36,6 +38,7 @@ build script:
 
 * Unix: `./build.sh update`
 * Windows: `build.cmd`
+* M1 macOS: `arch -x86_64 ./build.sh update`
 
 or download the correct boot image for your system from
 http://downloads.factorcode.org/images/master/, put it in the `factor`
@@ -46,6 +49,10 @@ directory and run:
 
 Now you should have a complete Factor system ready to run.
 
+Factor does not yet work on arm64 cpus. There is an arm64 assembler
+in `cpu.arm.assembler` and we are working on a port and also looking for
+contributors.
+
 More information on [building factor](https://concatenative.org/wiki/view/Factor/Building%20Factor)
 and [system requirements](https://concatenative.org/wiki/view/Factor/Requirements).