X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=README.md;h=f69589aa048950de49b2eb052f1ea948500301ef;hp=94db2d9d2c425ed50017f8d8084768129717befa;hb=98e31346d3ddd0f54d622e6ec489bdb48e090355;hpb=27c238c5bf52b1e23f08b314d43ccc3987ce1c25 diff --git a/README.md b/README.md index 94db2d9d2c..f69589aa04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Factor -[![](https://api.travis-ci.org/factor/factor.svg)](https://travis-ci.org/factor/factor) +![Build](https://github.com/factor/factor/actions/workflows/build.yml/badge.svg) Factor is a [concatenative](https://www.concatenative.org), stack-based programming language with [high-level @@ -41,7 +41,7 @@ build script: * 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` +https://downloads.factorcode.org/images/master/, put it in the `factor` directory and run: * Unix: `make` and then `./factor -i=boot.unix-x86.64.image` @@ -157,14 +157,13 @@ Then subsequent fetches will automatically update any replace objects. ## Community Factor developers used to meet in the `#concatenative` channel on -[irc.freenode.net](http://freenode.net). Drop by if you want to discuss +[irc.libera.chat](http://libera.chat). Drop by if you want to discuss anything related to Factor or language design in general. * [Factor homepage](https://factorcode.org) * [Concatenative languages wiki](https://concatenative.org) * [Join the mailing list](https://concatenative.org/wiki/view/Factor/Mailing%20list) +* [Join the Factor Discord](http://discord.gg/QxJYZx3QDf) * Search for "factorcode" on [Gitter](https://gitter.im/) -* Search for "Factor" on [Discord](https://discord.com/) -* [Join the Slack group](https://factorcode.slack.com/) Have fun!