Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naviarh authored Dec 17, 2018
1 parent 5369828 commit a5294df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
**Installing the utility in Linux**


```yaml
wget -O - https://github.com/naviarh/goget/install.sh | bash
```sh
wget -O - https://raw.githubusercontent.com/naviarh/goget/master/install.sh | bash
```


Expand All @@ -17,13 +17,13 @@ wget -O - https://github.com/naviarh/goget/install.sh | bash

Update imported packages for all files in the current folder:

```yaml
```sh
goget .
```

Updating imported packages for specified files:

```yaml
```sh
goget file1.go ~/file2.go
```

Expand Down

0 comments on commit a5294df

Please # to comment.