Skip to content

Commit 08d8699

Browse files
Improve documentation for "For New Coders" page (RooCodeInc#3785)
* Improve documentation for new coders - Reorganized steps for better flow and clarity - Added missing hyperlinks for better navigation - Underlined hyperlinks for improved accessibility and visual consistency * Update docs/getting-started/for-new-coders.mdx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent f74a8ba commit 08d8699

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

docs/getting-started/for-new-coders.mdx

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,13 @@ Before you jump into coding, make sure you have these essentials ready:
1313

1414
A popular, free, and powerful code editor.
1515

16-
- [Download VS Code](https://code.visualstudio.com/)
16+
- [<u>Download VS Code</u>](https://code.visualstudio.com/)
1717

18-
📺 **Recommended YouTube Tutorial:** [How to Install VS Code](https://www.youtube.com/watch?v=MlIzFUI1QGA)
18+
📺 **Recommended YouTube Tutorial:** [<u>How to Install VS Code</u>](https://www.youtube.com/watch?v=MlIzFUI1QGA)
1919

2020
> **Pro Tip:** Install VS Code in your Applications folder (macOS) or Program Files (Windows) for easy access from your dock or start menu.
2121
22-
#### 2. **Essential Development Tools**
23-
24-
Basic software required for coding efficiently:
25-
26-
- Homebrew (macOS)
27-
- Node.js
28-
- Git
29-
30-
👉 Follow our detailed guide on Installing Essential Development Tools with step-by-step help from Cline.
31-
32-
📺 **Recommended YouTube Tutorials:**
33-
34-
- **For macOS:**
35-
- [Install Homebrew on Mac](https://www.youtube.com/watch?v=hwGNgVbqasc)
36-
- [Install Git on MacOS 2024](https://www.youtube.com/watch?v=B4qsvQ5IqWk)
37-
- [Install Node.js on Mac (M1 | M2 | M3)](https://www.youtube.com/watch?v=I8H4wolRFBk)
38-
- **For Windows:**
39-
- [Install Git on Windows 10/11 (2024)](https://www.youtube.com/watch?v=yjxv1HuRQy0)
40-
- [Install Node.js in Windows 10/11](https://www.youtube.com/watch?v=uCgAuOYpJd0)
41-
42-
> ⚠️ **Note:** If you run into permission issues during installation, try running your terminal or command prompt as an administrator.
43-
44-
#### 3. **Organize Your Projects**
22+
#### 2. **Organize Your Projects**
4523

4624
Create a dedicated folder named `Cline` in your Documents folder for all your coding projects:
4725

@@ -55,14 +33,36 @@ Inside your `Cline` folder, structure projects clearly:
5533

5634
> 💡 **Tip:** Keeping your projects organized from the start will save you time and confusion later!
5735
58-
#### 4. **Install the Cline VS Code Extension**
36+
#### 3. **Install the Cline VS Code Extension**
5937

6038
Enhance your coding workflow by installing the Cline extension directly within VS Code:
6139

6240
- Get Started with Cline Extension Tutorial
6341

64-
📺 **Recommended YouTube Tutorial:** [How To Install Extensions in VS Code](https://www.youtube.com/watch?v=E7trgwZa-mk)
42+
📺 **Recommended YouTube Tutorial:** [<u>How To Install Extensions in VS Code</u>](https://www.youtube.com/watch?v=E7trgwZa-mk)
6543

6644
> **Pro Tip:** After installing, reload VS Code to ensure the extension is activated properly.
6745
46+
#### 4. **Essential Development Tools**
47+
48+
Basic software required for coding efficiently:
49+
50+
- Homebrew (macOS)
51+
- Node.js
52+
- Git
53+
54+
👉 [<u>Follow our detailed guide on Installing Essential Development Tools with step-by-step help from Cline.</u>](https://docs.cline.bot/getting-started/installing-dev-essentials#installing-dev-essentials)
55+
56+
📺 **Recommended YouTube Tutorials for Manual Installation:**
57+
58+
- **For macOS:**
59+
- [<u>Install Homebrew on Mac</u>](https://www.youtube.com/watch?v=hwGNgVbqasc)
60+
- [<u>Install Git on macOS 2024</u>](https://www.youtube.com/watch?v=B4qsvQ5IqWk)
61+
- [<u>Install Node.js on Mac (M1 | M2 | M3)</u>](https://www.youtube.com/watch?v=I8H4wolRFBk)
62+
- **For Windows:**
63+
- [<u>Install Git on Windows 10/11 (2024)</u>](https://www.youtube.com/watch?v=yjxv1HuRQy0)
64+
- [<u>Install Node.js in Windows 10/11</u>](https://www.youtube.com/watch?v=uCgAuOYpJd0)
65+
66+
> ⚠️ **Note:** If you run into permission issues during installation, try running your terminal or command prompt as an administrator.
67+
6868
🎉 You're all set! Dive in and start coding smarter and faster with **Cline**.

0 commit comments

Comments
 (0)