Skip to content

Commit 17e44c3

Browse files
committed
Updating README
1 parent 3ae3ae7 commit 17e44c3

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
---
1313

14+
## 🔗 **Repository**
15+
[**Mastering-WSL by @atharvbyadav**](https://github.com/atharvbyadav/Mastering-WSL)
16+
17+
---
18+
1419
## **Part 1: Introduction & Getting Started**
1520

1621
### **What is WSL?**

new.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Perfect! Here's a complete branding package for your `Mastering-WSL` GitHub repository:
2+
3+
---
4+
5+
## 🔗 **Repository**
6+
[**Mastering-WSL by @atharvbyadav**](https://github.com/atharvbyadav/Mastering-WSL)
7+
8+
---
9+
10+
## 📝 **Repository Description**
11+
```markdown
12+
🎯 A complete beginner-to-pro guide to mastering the Windows Subsystem for Linux (WSL). Includes installation, configuration, file access, cross-platform commands, and expert tips — explained like you're 5. 🚀
13+
```
14+
15+
---
16+
17+
## 🖼️ **README Header (Image Banner)**
18+
Add this at the very top of your `README.md`:
19+
20+
```markdown
21+
<p align="center">
22+
<img src="https://raw.githubusercontent.com/atharvbyadav/Mastering-WSL/main/banner.png" alt="Mastering WSL" />
23+
</p>
24+
```
25+
26+
📌 Rename the banner image to `banner.png` and place it in the root of your repo.
27+
28+
---
29+
30+
## 🛡️ **Custom Badges (Markdown)**
31+
32+
```markdown
33+
![WSL Badge](https://img.shields.io/badge/WSL-Enabled-green?style=flat-square&logo=linux)
34+
![Beginner Friendly](https://img.shields.io/badge/Level-Beginner-lightblue?style=flat-square)
35+
![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux-blueviolet?style=flat-square)
36+
![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=flat-square)
37+
```
38+
39+
---
40+
41+
## 🧢 **Favicon/Repo Icon Ideas**
42+
You can use any of these options as a favicon if you create a documentation site or GitHub Pages version:
43+
44+
- 💻 `🧠💻`
45+
- 🔧 `⚙️🐧`
46+
- 📟 `>_`
47+
- 🐧 `👨‍💻🐧`
48+
49+
I can also generate a small icon image version of the banner or a fun Linux-penguin/terminal logo on request.
50+
51+
---
52+
53+
Would you like a GitHub Pages template (hosted version) of the guide? I can generate a clean one-pager for `https://atharvbyadav.github.io/Mastering-WSL/`.

0 commit comments

Comments
 (0)