From f0b170156e058f55fe599a0c5e56944d2c23b445 Mon Sep 17 00:00:00 2001 From: Mumshad Mannambeth Date: Mon, 8 Jun 2020 08:02:08 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d49fcf..cca8ba8 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# linux-basics-course +# The Linux Basics Course + +These are notes from the [Linux Basics Course](https://kodekloud.com/p/the-linux-basics-course) hosted on KodeKloud. + +# Sections + +[01-Introduction](docs/01-Introduction) +[02-Working-With-Shell-Part-I](docs/02-Working-With-Shell-Part-I) From 45a3584520f9e5c1a5b9bb622633c1c9ed0fe7c6 Mon Sep 17 00:00:00 2001 From: Mumshad Mannambeth Date: Mon, 8 Jun 2020 08:02:17 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cca8ba8..fc15d9a 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ These are notes from the [Linux Basics Course](https://kodekloud.com/p/the-linux # Sections [01-Introduction](docs/01-Introduction) + [02-Working-With-Shell-Part-I](docs/02-Working-With-Shell-Part-I) From 011a5e1b8986c16bcad86b2dfa664af090cecdd0 Mon Sep 17 00:00:00 2001 From: Mumshad Mannambeth Date: Mon, 8 Jun 2020 08:04:40 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc15d9a..a13c570 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ These are notes from the [Linux Basics Course](https://kodekloud.com/p/the-linux # Sections -[01-Introduction](docs/01-Introduction) +- [01-Introduction](docs/01-Introduction) -[02-Working-With-Shell-Part-I](docs/02-Working-With-Shell-Part-I) +- [02-Working-With-Shell-Part-I](docs/02-Working-With-Shell-Part-I) + + - [01-Introduction-to-Shell](docs/02-Working-With-Shell-Part-I/01-Introduction-to-Shell.md)