Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Acesif authored Oct 31, 2023
1 parent c3eaa01 commit 4577124
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,16 @@ You can propose a feature by raising an issue. But before that make sure the fea
9. ```
npm install
```
11. **Create a new branch for your contribution:**
10. **Add the changes you made**
You could either use this to add all the changes you made
```
git add .
```
or, you could specify the files you want to include in the commit
```
git add file1 file2
```
12. **Create a new branch for your contribution:**
```
git checkout -b your-branch-name
```
Expand Down

0 comments on commit 4577124

Please sign in to comment.