Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heybran committed May 6, 2023
1 parent 9434892 commit 15ac1ad
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
# How To Install?

## MacOs

```sh
// TODO: brew install
```

## From Binary Releases (macOS, Windows, Linux)

## Using [`GO`](https://go.dev/dl) toolchain

```sh
go install github.com/heybran/todo-app@latest
```

## Build The Binary Yourself

# building the program for intel macs
GOOS=darwin GOARCH=amd64 go build -o gurl-mac-amd64 cmd/gurl/main.go
# building the program for M1 macs
GOOS=darwin GOARCH=arm64 go build -o gurl-mac-arm64 cmd/gurl/main.go
# building the program for 64 bits amd/intel linux
GOOS=linux GOARCH=amd64 go build -o gurl-linux-amd64 cmd/gurl/main.go
go install github.com/heybran/gtodo@latest
```

0 comments on commit 15ac1ad

Please sign in to comment.