Skip to content

Commit 2f16826

Browse files
authored
Merge pull request #164 from sswastik02/instuctions-fix
Fix "Step by Step guide to view the slides locally"
2 parents 6bd0ade + 2013694 commit 2f16826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This assumes that you have go compiler and git installed and on $PATH of your sy
1212
```
1313
git clone https://.com/RedHatOfficial/GoCourse.git
1414
cd GoCourse
15-
go install golang.org/x/tools/cmd/present
15+
go get golang.org/x/tools/cmd/present
1616
./presentation.sh
1717
```
1818

0 commit comments

Comments
 (0)