Skip to content

Commit

Permalink
docs: Update Windows's setup instructions (#1054)
Browse files Browse the repository at this point in the history
* docs: Update Windows's setup instructions

* fmt
  • Loading branch information
marc2332 authored Jan 18, 2025
1 parent b508749 commit 2851a04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions book/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Make sure you have [Rust](https://www.rust-lang.org/) and your OS dependencies installed.

### Windows

You will need C++ build tools which you can get through Visual Studio 2022, learn more [here](https://learn.microsoft.com/en-us/windows/dev-environment/rust/setup#install-visual-studio-recommended-or-the-microsoft-c-build-tools).
Install Visual Studio 2022 with the `Desktop Development with C++` workflow.
You can learn learn more [here](https://learn.microsoft.com/en-us/windows/dev-environment/rust/setup#install-visual-studio-recommended-or-the-microsoft-c-build-tools).

### Linux

Expand Down
3 changes: 2 additions & 1 deletion crates/freya/src/_docs/development_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
//!
//! ### Windows
//!
//! You will need C++ build tools which you can get through Visual Studio 2022, learn more [here](https://learn.microsoft.com/en-us/windows/dev-environment/rust/setup#install-visual-studio-recommended-or-the-microsoft-c-build-tools).
//! Install Visual Studio 2022 with the `Desktop Development with C++` workflow.
//! You can learn learn more [here](https://learn.microsoft.com/en-us/windows/dev-environment/rust/setup#install-visual-studio-recommended-or-the-microsoft-c-build-tools).
//!
//! ### Linux
//!
Expand Down

0 comments on commit 2851a04

Please sign in to comment.