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.