There was an error while loading. Please reload this page.
1 parent 9c694d7 commit 333f8edCopy full SHA for 333f8ed
README.md
@@ -104,6 +104,16 @@ If you're not using VS Code, you can install the server by running:
104
cargo xtask install --server
105
```
106
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
117
The server binary will be installed in `.cargo/bin`. Make sure that `.cargo/bin` is in `$PATH`.
118
119
## Contributors
0 commit comments