aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml1
-rw-r--r--README.md5
2 files changed, 5 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 6128142..98052cf 100644
--- a/.build.yml
+++ b/.build.yml
@@ -12,7 +12,6 @@ packages:
tasks:
- prepare: |
cd forge
- git checkout go
- build: |
cd forge
make
diff --git a/README.md b/README.md
index 2429f37..6d3c8aa 100644
--- a/README.md
+++ b/README.md
@@ -51,3 +51,8 @@ We have several Git repo mirrors on a few places:
* [Codeberg](https://codeberg.org/lindenii/forge/)
* [GitHub](https://github.com/runxiyu/forge/)
+## Hare implementation
+
+There's a `hare` branch for an experimental implementation in the
+[Hare](https://harelang.org) programming language. It's currently unused
+because Hare isn't stable enough yet but we expect to pick it back up later.