Skip to content

Commit

Permalink
fix hd repo url and ks install method (#192)
Browse files Browse the repository at this point in the history
* fix hd repo url and ks install method

* update doc
  • Loading branch information
seanly authored Sep 6, 2021
1 parent aac855b commit bd1d82c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@

# Get started

通过 brew 安装: `brew install kubesphere-sigs/kubesphere-sigs/ks`
通过 brew 安装: `brew install linuxsuren/linuxsuren/ks`

通过 [hd](https://github.com/kubesphere-sigs/http-downloader) 安装: `hd install kubesphere-sigs/ks`
通过 [hd](https://github.com/linuxsuren/http-downloader) 安装:

```
brew install linuxsuren/linuxsuren/hd
hd install kubesphere-sigs/ks
```

# 特色功能

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@

# Get started

Install it via: `brew install kubesphere-sigs/kubesphere-sigs/ks`
Install it via: `brew install linuxsuren/linuxsuren/ks`

Install it via [hd](https://github.com/kubesphere-sigs/http-downloader):
Install it via [hd](https://github.com/linuxsuren/http-downloader):

```
brew install linuxsuren/linuxsuren/hd
hd install kubesphere-sigs/ks
```

Expand Down

0 comments on commit bd1d82c

Please sign in to comment.