From 969d7cc3c9be7e87e54ee32125bc16acfdc732a4 Mon Sep 17 00:00:00 2001 From: Sajeeth Ahmad Date: Thu, 9 Mar 2023 13:53:31 +0530 Subject: [PATCH 1/2] docs: add and update readme file --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..14442c4 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +## Contributor + +- Sajeeth Ahamed + +## Linux Distribution + +- Arch Linux + +## Requirements + +- Bare metal or virtually installed Arch Linux +- Understanding of Linux kernel +- Familarity with Linux shell/terminal + +## Initial Setup + +- Download and install VSCode code editor +- Go to https://github.com/lcpz/awesome-copycats and fork it +- Clone the fork repo to local +- `git clone https://github.com/sajeeth-ahamed/awesome-copycats.git` From f6b10f44db00511b4b9125dbcf0e13bdbb2fecc6 Mon Sep 17 00:00:00 2001 From: Sajeeth Ahmad Date: Fri, 10 Mar 2023 09:42:53 +0530 Subject: [PATCH 2/2] docs(code-format): update readme file --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14442c4..c4e2b79 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,7 @@ - Download and install VSCode code editor - Go to https://github.com/lcpz/awesome-copycats and fork it - Clone the fork repo to local -- `git clone https://github.com/sajeeth-ahamed/awesome-copycats.git` + +```shell + git clone https://github.com/sajeeth-ahamed/awesome-copycats.git +```