Skip to content

Commit 9542c93

Browse files
Fix installation docs (#2916)
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
1 parent 05c840d commit 9542c93

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

docs/src/getting-started/installation.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,11 @@ and verify that version is >= 2.7.0
113113
>
114114
> * You are using Scarb version <= 2.10.0
115115
> * Your platform is not one of the following supported platforms:
116-
>
117-
118-
* aarch64-apple-darwin
119-
120-
> * aarch64-unknown-linux-gnu
121-
>
122-
123-
* x86_64-apple-darwin
124-
125-
> * x86_64-unknown-linux-gnu
116+
> * aarch64-apple-darwin
117+
> * aarch64-unknown-linux-gnu
118+
> * x86_64-apple-darwin
119+
> * x86_64-pc-windows-msvc
120+
> * x86_64-unknown-linux-gnu
126121
127122
```shell
128123
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

0 commit comments

Comments
 (0)