From b877010a01b9ad88ee080ab8a325681570da8a65 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 12 May 2021 15:47:49 +0200 Subject: [PATCH] Update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5c54c6d..a3e1069 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ with an actor. Actors are thus similar to E's *vats*. So far, I've limited myself to implementing a straightforward Actor system, not including Dataspace or Syndicate primitives. +## Quickstart + + git clone https://git.syndicate-lang.org/syndicate-lang/syndicate-java + ant jar + +Then, if you'd like to run the simple million-actor/200-message +benchmark discussed below, run `make ziprun`. + ## Surprisingly fast It's quite interesting all by itself, though: it's *very* fast and