From 418838b6bef27174c168106934cb719562be2f43 Mon Sep 17 00:00:00 2001 From: Bassam Mejlaoui <130122304+mejbass@users.noreply.github.com> Date: Wed, 21 Feb 2024 07:49:09 +0100 Subject: [PATCH] Update README.md Certainly! Here's a ready-to-copy-paste pull request description: ```markdown ## Pull Request Description **Changes Made:** - Added a new section for "Bash for Beginners" in the "Data Science for Beginners - A Curriculum" README. - Included a link to the "Bash for Beginners" GitHub repository. **Details:** - Added the following line to the README: ```markdown - [Bash for Beginners](https://github.com/microsoft/bash-for-beginners) ``` **Context:** The "Bash for Beginners" repository is a valuable resource for individuals interested in learning Bash scripting. This addition provides learners with access to a comprehensive guide on the basics of using Bash, enhancing their skills in the data science field. **Contributor Checklist:** - [x] Added a link to the "Bash for Beginners" repository. - [x] Verified that the link works correctly. **Additional Notes:** - Feel free to review and merge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 091e8dd80..de5611747 100644 --- a/README.md +++ b/README.md @@ -157,3 +157,4 @@ Our team produces other curricula! Check out: - [Machine Learning for Beginners](https://aka.ms/ml-beginners) - [XR Development for Beginners](https://aka.ms/xr-dev-for-beginners) - [Mastering GitHub Copilot for AI Paired Programming](https://aka.ms/GitHubCopilotAI) +- [Bash for Beginners](https://github.com/microsoft/bash-for-beginners)