commit 9e18cfbf247eeb94a3b2cd94d1d3d4c93400476c
parent 053970b5016802ae7dd9d90197944211e85404ea
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Mon, 27 Jul 2026 20:42:30 +0530
Merge pull request #14 from notamitgamer/edit-20260727-203927
added a warning
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/docs/index.md b/docs/index.md
@@ -56,6 +56,10 @@ Currently navigating **Semester 2**. Folders for future semesters are placeholde
## Environment Setup
+::: warning Environment Notice
+This setup guide is primarily for Microsoft Windows. Since my machine runs Arch Linux (btw) with rolling updates, I don't actively track these Windows toolchain versions every day, though I will try to update them periodically.
+:::
+
### C / C++ Development
1. Download compiler: [MinGW64.zip (85 MB)](https://amit.is-a.dev/download/MinGW64.zip) or the [original MinGW-w64 release](https://github.com/notamitgamer/bsc/releases/tag/MinGW-2021-09-05)
@@ -98,4 +102,4 @@ This project is maintained by **Amit Dutta**, a BSc Computer Science student at
| **Website** | [amit.is-a.dev](https://amit.is-a.dev) |
| **Personal Email** | [amitdutta4255@gmail.com](mailto:amitdutta4255@gmail.com) |
| **Work Email** | [mail@amit.is-a.dev](mailto:mail@amit.is-a.dev) |
-| **License** | [MIT](https://github.com/notamitgamer/bsc/blob/main/LICENSE) |-
\ No newline at end of file
+| **License** | [MIT](https://github.com/notamitgamer/bsc/blob/main/LICENSE) |