Skip to content

Commit

Permalink
chore: update README.md with installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Jul 16, 2024
1 parent 964489a commit af16c46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ I have thoroughly tested this program and found it to work well. However, its co

You can obtain the latest release from the [releases page](https://github.com/damonto/telegram-sms/releases).

If you want to build it yourself, you can run the following commands:

```bash
git clone [email protected]:damonto/telegram-sms.git
cd telegram-sms
go build -trimpath -ldflags="-w -s" -o telegram-sms main.go
```

Sometimes, you might need to set executable permissions for the binary file using the following command:

```bash
Expand Down

0 comments on commit af16c46

Please sign in to comment.