We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d44cd commit 09af4dfCopy full SHA for 09af4df
1 file changed
README.md
@@ -36,8 +36,7 @@ while satisfying Rust's borrow checker through checked run-time operations.
36
On Ubuntu, install the required dependencies with:
37
38
```bash
39
-sudo apt install libclang-22-dev clang++-22 ninja-build cmake python3-tomli
40
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.95.0
+sudo apt install libclang-22-dev clang++-22 ninja-build cmake
41
curl -LsSf https://astral.sh/ruff/install.sh | sh
42
```
43
0 commit comments