Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated README.md
  • Loading branch information
mobley-trent committed Jan 2, 2024
commit c244dbb4ff50632e7f061688829c818f9926ad04
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ If you're not using VS Code, you can install the server by running:
cargo xtask install --server
```


The server binary will be installed in `.cargo/bin`. Make sure that `.cargo/bin` is in `$PATH`.

### Github CodeSpaces
Currently, Windows does not support `libpg_query`. You can setup your development environment
on [CodeSpaces](https://github.com/features/codespaces).
Expand All @@ -114,8 +117,6 @@ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
```
Proceed with the rest of the installation as usual.

The server binary will be installed in `.cargo/bin`. Make sure that `.cargo/bin` is in `$PATH`.

## Contributors

- [psteinroe](https://github.com/psteinroe) (Maintainer)
Expand Down