Skip to content

Commit

Permalink
Remove Git clone installation instruction from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayKh committed Oct 6, 2024
1 parent c1b7f85 commit 622578c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,7 @@ single file using a simple command.

Make sure you have `go` installed on your system.

Clone this repository and build the project

```bash
git clone https://github.com/SwayKh/linksym.git
cd linksym
go build
```

Move this `linksym` binary to your `$PATH` or anywhere in your system.

Or install it directly using `go`
Install it directly using `go`

```bash
go install github.com/SwayKh/linksym@latest
Expand Down

0 comments on commit 622578c

Please sign in to comment.