We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b26cc commit d137ee8Copy full SHA for d137ee8
1 file changed
README.md
@@ -23,16 +23,15 @@ Run the commands from below in your vs-code project folder terminal.
23
```
24
25
## :octocat: Cloning this repo:
26
-
27
-1. Run the following command:
+- [x] Run the following command:
28
```bash
29
git clone 'https://github.com/yashdoshi12/Blog_Website_Without_Database.git'
30
31
-2. `cd` to the cloned folder:
+- [x] `cd` to the cloned folder:
32
33
cd Blog_Website_Without_Database
34
35
-3. Install required `npm` pakages
+- [x] Install required `npm` pakages
36
37
npm i
38
0 commit comments