-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update README.md with installation instructions
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|