Skip to content

Commit

Permalink
Fix github url
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Jan 29, 2020
1 parent 255e4e0 commit e462651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tinet-go

![test](https://github.com/ak1ra24/tinet-go/workflows/test/badge.svg) ![release](https://github.com/ak1ra24/tinet-go/workflows/release/badge.svg) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/ak1ra24/tinet-go)](https://goreportcard.com/report/github.com/ak1ra24/tinet-go)
![test](https://github.com/tinynetwork/tinet/workflows/test/badge.svg) ![release](https://github.com/tinynetwork/tinet/workflows/release/badge.svg) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/tinynetwork/tinet)](https://goreportcard.com/report/github.com/tinynetwork/tinet)

Go implement of [slankdev/tinet](https://github.com/slankdev/tinet).

Expand All @@ -12,7 +12,7 @@ Go implement of [slankdev/tinet](https://github.com/slankdev/tinet).
## Install

```
wget https://github.com/ak1ra24/tinet-go/releases/download/v0.0.0/tinet-go_linux_amd64.tar.gz -P /tmp
wget https://github.com/tinynetwork/tinet/releases/download/v0.0.0/tinet-go_linux_amd64.tar.gz -P /tmp
tar zxvf /tmp/tinet-go_linux_amd64.tar.gz -C /usr/local/bin
```

Expand Down

0 comments on commit e462651

Please sign in to comment.