Skip to content

Commit

Permalink
Merge pull request #742 from biothings/andrewsu-update-instructions
Browse files Browse the repository at this point in the history
Update INSTALLATION.md with update instructions
  • Loading branch information
tokebe authored Oct 11, 2023
2 parents d14ee86 + 9f39269 commit 2e7f73d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<HOST>:3000/v1/query`. See [Usage](./USAGE.md) for more information.
Expand Down

0 comments on commit 2e7f73d

Please sign in to comment.