From 702b50b7a10bee6f5fe6635ecf7dc7a3b4cce873 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 1 May 2019 11:04:41 -0400 Subject: [PATCH] Indicate that the source is on sourcehut as well. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 342a8428..128ea71e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ Shows documentation for the doc macro. To get a list of all bindings in the default environment, use the `(all-symbols)` function. +## Source + +You can get the source on [GitHub](https://github.com/janet-lang/janet) or +[SourceHut](https://sr.ht/~bakpakin/janet). While the GitHub repo is the official repo, +the SourceHut mirror is actively maintained. + ## Building ### macos and Unix-like