Skip to content

Commit 49361a5

Browse files
committed
Add Rust Development Environment Setup (Windows, Offline)
1 parent 8e07eb5 commit 49361a5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,27 @@
88

99
How to setup development environments for the Rust programming language.
1010

11+
---
12+
13+
## 📚 Documentation
14+
15+
- [Rust Development Environment Setup (Windows, Offline)](docs/rust-dev-environment-windows-offline.md)
16+
17+
---
18+
1119
## 📝 Documentation Linting
1220

1321
We use [PyMarkdown](https://github.com/jackdewinter/pymarkdown) to lint all Markdown files in `docs/`.
1422

15-
## Install the Markdown Lint tool locally (powershell):
23+
### Install the Markdown Lint tool locally (powershell):
1624
```shell
1725
python -m venv .venv
1826
.venv\Scripts\activate.ps1 # On Linux: source .venv/bin/activate
1927
pip install -r requirements.txt
2028

2129
```
2230

23-
## Run Lint Locally
31+
### Run Lint Locally
2432
```shell
2533
pymarkdown scan docs
2634

docs/rust-dev-environment-windows-offline.md

Whitespace-only changes.

0 commit comments

Comments
 (0)