Skip to content

Commit

Permalink
Fix images in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshan Jossey committed Sep 22, 2016
1 parent 94b31d4 commit 4e9b3c4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Contributors.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(Roshan Jossey)[https://github.com/Roshanjossey]
Ujjwal
Shruthi
- [ Roshan Jossey ]( https://github.com/Roshanjossey )
- [Ujjwal](https://github.com/uforujjwal/first-contributions)
- [Shruthi](https://github.com/lakshmishruthi/first-contributions)
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# First-contributions

If you don't have git on machine, (install it)[https://help.github.com/articles/set-up-git/]
If you don't have git on machine, [ install it ]( https://help.github.com/articles/set-up-git/ )

Fork this repo by clicking on the fork button
![ fork repo ](assets/fork.png )

<img style="float: right;" src="assets/fork.png">

Now clone this repo to your machine. Click on clone button and then copy to clipboard icon

![clone button](assets/clone.png )
![copy to clipboard button](assets/copy-to-clipboard.png)
<img style="float: right;" src="assets/clone.png">
<img style="float: right;" src="assets/copy-to-clipboard.png">

Open a terminal and run

Expand All @@ -34,7 +35,7 @@ Now open Contributors.md file in a text editor and add your name to it, save the

If you go to the project directory and do `git status`, you'll see there are changes

Add those chanage using `git add`
Add those change using `git add`

```
git add Contributors.md
Expand Down
Binary file modified assets/clone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/copy-to-clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e9b3c4

Please sign in to comment.