From 3ed5a8a9a69c2fe99e90c0551d93069045b313ad Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 13 Nov 2018 15:35:16 +0000 Subject: [PATCH] New quickstart --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a75eed..c0076f2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,16 @@ subject of a forthcoming paper. ## Quickstart -Install a few packages from the +**Option 1.** Use `npx @syndicate-lang/create DIRECTORY` or `npm init +@syndicate-lang DIRECTORY`: + + npm init @syndicate-lang myprogram + cd myprogram + npm i . + npm run build + node lib/index.js + +**Option 2.** Install a few packages from the [@syndicate-lang](https://www.npmjs.com/org/syndicate-lang) scope on npmjs.com: