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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ If you're not using VS Code, you can install the server by running:
cargo xtask install --server
```

### Github CodeSpaces
Currently, Windows does not support `libpg_query`. You can setup your development environment
on [CodeSpaces](https://github.com/features/codespaces).

After your codespace boots up, run the following command in the shell to install Rust:
```shell
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`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this paragraph be above your section?


## Contributors
Expand Down