From 9f392692310ba7804bcfb3aab90d34e7b19c107e Mon Sep 17 00:00:00 2001 From: Andrew Su Date: Wed, 11 Oct 2023 11:09:29 -0700 Subject: [PATCH] Update INSTALLATION.md with update instructions --- docs/INSTALLATION.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index f2f4d6f0..9416bf37 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -207,6 +207,10 @@ This repository intentionally includes a set of VSCode task and debug configs fo If you want to run BTE with debug logging and async support, with VSCode's debugger attaching to BTE so you can set breakpoints, catch on errors, etc., Use "Run and Debug" > "Build w/ Cache" and hit the play button. A number of other configurations are supplied, you can explore them in [the launch.json file.](../.vscode/launch.json) +### Updating +In this base package (biothings_explorer), run the command `npm run pull`, which will pull the latest code from this module and all submodules. Note any warnings or errors in the console logs. + + ## Usage Now that you have an instance of BTE up and running, you can POST queries to `http://:3000/v1/query`. See [Usage](./USAGE.md) for more information.