Skip to content

Commit

Permalink
Update readme.md (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Oct 20, 2022
1 parent 22aa413 commit e08da31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ with [Ignite CLI](https://github.com/ignite/cli).
### Go Requirement
- go 1.18 +
```
sudo rm -rf /usr/local/go
wget -q -O - https://git.io/vQhTU | bash -s -- --remove
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.18.3
```
Expand All @@ -22,7 +23,7 @@ wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.18.3
```
git clone https://github.com/Omniflix/omniflixhub.git
cd omniflixhub
git checkout v0.7.0
git checkout v0.4.2
go mod tidy
make install
```
Expand Down

0 comments on commit e08da31

Please sign in to comment.