From cea823eeaf1ebc31e92c0e631a717dd74ae46cd4 Mon Sep 17 00:00:00 2001 From: devmuturi Date: Sun, 3 Aug 2025 13:44:35 +0300 Subject: [PATCH 1/2] Replaced a broken/misleading link in the README with the correct Ruby installation page. --- 01_Lessons/03_local_dev_env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_Lessons/03_local_dev_env.md b/01_Lessons/03_local_dev_env.md index 5e3ce03..dc00ef9 100644 --- a/01_Lessons/03_local_dev_env.md +++ b/01_Lessons/03_local_dev_env.md @@ -7,7 +7,7 @@ A Linux system is easier to work with. You will have the easiest time setting up **Windows**: You can setup in Windows but you might have issues. You can try Googling for tutorials on this. We strongly recommend that you install Ubuntu as a second OS or at least in a Virtual Machine. -1. ✅ Install Ruby, Git & a Ruby Version Manager (RVM or similar). **[Guide →](http://www.installrails.com)** +1. ✅ Install **[Ruby →](https://www.theodinproject.com/lessons/ruby-installing-ruby)** & **[Git →](https://www.theodinproject.com/lessons/foundations-setting-up-git) 2. ✅ Install Code Editor - your personal preference. We use [Sublime Text](https://www.sublimetext.com) or [VS Code](https://code.visualstudio.com). Helpful additional tools: From a290cb61374ad21086c2f62aa463a52144a07415 Mon Sep 17 00:00:00 2001 From: devmuturi Date: Sun, 3 Aug 2025 13:45:14 +0300 Subject: [PATCH 2/2] Update 03_local_dev_env.md --- 01_Lessons/03_local_dev_env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_Lessons/03_local_dev_env.md b/01_Lessons/03_local_dev_env.md index dc00ef9..12d557b 100644 --- a/01_Lessons/03_local_dev_env.md +++ b/01_Lessons/03_local_dev_env.md @@ -7,7 +7,7 @@ A Linux system is easier to work with. You will have the easiest time setting up **Windows**: You can setup in Windows but you might have issues. You can try Googling for tutorials on this. We strongly recommend that you install Ubuntu as a second OS or at least in a Virtual Machine. -1. ✅ Install **[Ruby →](https://www.theodinproject.com/lessons/ruby-installing-ruby)** & **[Git →](https://www.theodinproject.com/lessons/foundations-setting-up-git) +1. ✅ Install **[Ruby →](https://www.theodinproject.com/lessons/ruby-installing-ruby)** & **[Git →](https://www.theodinproject.com/lessons/foundations-setting-up-git)** 2. ✅ Install Code Editor - your personal preference. We use [Sublime Text](https://www.sublimetext.com) or [VS Code](https://code.visualstudio.com). Helpful additional tools: