Tweak README

This commit is contained in:
Tony Garnock-Jones 2021-05-12 13:53:41 +00:00
parent 02d0447ea6
commit 35c965b85d
1 changed files with 3 additions and 1 deletions

View File

@ -5,10 +5,12 @@ TypeScript and JavaScript, in both node.js and the browser. The
implementation techniques herein are the subject of a forthcoming
paper.
**IMPORTANT: Use branch `typescript1` when cloning this project from git:**
**IMPORTANT: Use branch `typescript1` when cloning this project from git.**
git clone -b typescript1 https://git.syndicate-lang.org/syndicate-lang/syndicate-js
The `main` branch is under active development, and is quite a different system.
## Building
This project uses [`yarn`](https://yarnpkg.com/), not `npm`.