From 84e8a6643c2a7ca45acbe3ca479515d7a3a8ba78 Mon Sep 17 00:00:00 2001 From: echo-bravo-yahoo Date: Wed, 24 Jul 2024 10:56:39 -0700 Subject: [PATCH] update README for development (#347) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7efced00..3eccd26d 100644 --- a/README.md +++ b/README.md @@ -1329,6 +1329,12 @@ do so, you can run commands like this: ``` yarn install +# run against just-in-time built project with dev settings ./bin/dev cloud-login ./bin/dev eval + +# or run against built assets; yarn link will place them in your PATH +# as if globally installed +yarn build && yarn link +fauna eval ```