Skip to content

Commit 8a39917

Browse files
authored
Update README.md
1 parent 6002aa7 commit 8a39917

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Cloud Computing Workshop
22

33
[![Join the chat at https://gitter.im/Interns-deepLearn/modules-cloud](https://badges.gitter.im/Interns-deepLearn/modules-cloud.svg)](https://gitter.im/Interns-deepLearn/modules-cloud?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
45
Please follow these instructions to access the materials of the workshop and submission of assignments. Go to each week's folder for specific content of that session.
56

67
## 1. Dependencies
@@ -25,7 +26,7 @@ https://github.com/your_username/modules-cloud
2526

2627
- From your Git Bash, type:
2728
```
28-
git clone https://github.com/your_username/modules-cloud
29+
$ git clone https://github.com/your_username/modules-cloud.git
2930
```
3031

3132
### Assignment Additions
@@ -42,9 +43,9 @@ aditya_1
4243
### Submissions
4344
- Go to home directory of this repo in local system.
4445
```
45-
git add .
46-
git commit -m "YourName Commit"
47-
git push -u origin master
46+
$ git add .
47+
$ git commit -m "YourName Commit"
48+
$ git push -u origin master
4849
```
4950

5051
### 3. Generating Pull Request

0 commit comments

Comments
 (0)