Skip to content

Commit

Permalink
chore: beautify README and build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
YanxinTang committed Sep 14, 2021
1 parent d286664 commit bd24481
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ clipboard-online is an application to share cilpboard text between Windows and i
- `git clone git@github.com:YanxinTang/clipboard-online.git`
- `cd clipboard-online`
- `go get github.com/akavel/rsrc`
- `./build.sh`
- Build
- Bash: `./build.sh`
- PowerShell:`.\build.ps1`
- You can find release bin at `release` directory

Expand Down
3 changes: 2 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ clipboard-online 是一款可以帮你在 💻Windows 和 📱iOS 之间分享
- `git clone git@github.com:YanxinTang/clipboard-online.git`
- `cd clipboard-online`
- `go get github.com/akavel/rsrc`
- `./build.sh`
- 构建
- Bash: `./build.sh`
- PowerShell:`.\build.ps1`
- 你可以在 `release` 目录下找到可执行文件

Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ function build() {
}
else {
build_release
Write-Output "Build complete"
}
Write-Output "Build complete"
}

function build_debug() {
Expand Down

0 comments on commit bd24481

Please sign in to comment.