]> gitweb.factorcode.org Git - factor.git/blobdiff - README.md
README: add the Gitter and the mailing list links in the Community section
[factor.git] / README.md
index fa9bf10bc847efa0e3b1e0ddb887432579444506..5901506db2779cf29fc6f4539c3a710387e591c1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,8 +34,8 @@ To check out Factor:
 To build the latest complete Factor system from git, either use the
 build script:
 
-* Windows: `build.cmd`
 * Unix: `./build.sh update`
+* Windows: `build.cmd`
 
 or download the correct boot image for your system from
 http://downloads.factorcode.org/images/master/, put it in the factor
@@ -75,7 +75,7 @@ Some other simple things you can try in the listener:
 
 1000 [1,b] sum .
 
-4 iota  [
+4 <iota> [
     "Happy Birthday " write
     2 = "dear NAME" "to You" ? print
 ] each
@@ -135,5 +135,7 @@ anything related to Factor or language design in general.
 
 * [Factor homepage](https://factorcode.org)
 * [Concatenative languages wiki](https://concatenative.org)
+* [Mailing list](factor-talk@lists.sourceforge.net)
+* Search for "factorcode" on [Gitter](https://gitter.im/)
 
 Have fun!