Skip to content

Commit

Permalink
add scoop
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Jan 7, 2021
1 parent cf75109 commit 98a1595
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
![Test](https://github.com/upyun/upx/workflows/Test/badge.svg)
![Build](https://github.com/upyun/upx/workflows/Build/badge.svg)
![Lint](https://github.com/upyun/upx/workflows/Lint/badge.svg)
![GitHub License](https://img.shields.io/github/license/upyun/upx)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/upyun/upx?label=latest%20release)

## 基本功能
Expand All @@ -26,11 +25,11 @@

### 可执行程序二进制下载地址

- [Linux x86_64](http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.3_linux_x86_64.tar.gz)
- [Linux i386](http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.3_linux_i386.tar.gz)
- [Windows x86_64](http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.3_Windows_x86_64.zip)
- [Windows i386](http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.3_Windows_i386.zip)
- [Mac x86_64](http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.3_Darwin_x86_64.tar.gz)
- [Linux x86_64](http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.3_linux_x86_64.tar.gz)
- [Linux i386](http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.3_linux_i386.tar.gz)
- [Linux arm64](http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.3_linux_arm64.tar.gz)
- [Linux armv6](http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.3_linux_armv6.tar.gz)
- [Linux armv7](http://collection.b0.upaiyun.com/softwares/upx/upx_0.3.3_linux_armv7.tar.gz)
Expand All @@ -49,6 +48,15 @@ or
$ GO111MODULE=on go get -u github.com/upyun/[email protected]
```

### Windows

```
PS> scoop bucket add carrot https://github.com/upyun/carrot.git
Install upx from github or upyun cdn:
PS> scoop install upx-github
PS> scoop install upx-upcdn
```

### Docker

```bash
Expand Down

0 comments on commit 98a1595

Please sign in to comment.