Skip to content

Commit 333f8ed

Browse files
committed
Updated README.md - Installation guide
1 parent 9c694d7 commit 333f8ed

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ If you're not using VS Code, you can install the server by running:
104104
cargo xtask install --server
105105
```
106106

107+
### Github CodeSpaces
108+
Currently, Windows does not support `libpg_query`. You can setup your development environment
109+
on [CodeSpaces](https://github.com/features/codespaces).
110+
111+
After your codespace boots up, run the following command in the shell to install Rust:
112+
```shell
113+
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
114+
```
115+
Proceed with the rest of the installation as usual.
116+
107117
The server binary will be installed in `.cargo/bin`. Make sure that `.cargo/bin` is in `$PATH`.
108118

109119
## Contributors

0 commit comments

Comments
 (0)