From 0e0b6fb04b998e523148ef9bb3eae737bc8b7339 Mon Sep 17 00:00:00 2001 From: Ashton Eby Date: Mon, 22 Jul 2024 09:57:36 -0700 Subject: [PATCH] update README for development --- 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 ```