File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " cs"
3- version = " 0.1.13 "
3+ version = " 0.1.14 "
44edition = " 2021"
55authors = [" Kawakami Moeki <hi@.moeki.org>" ]
66description = " A tool for interacting with Cosense API"
Original file line number Diff line number Diff line change 1717### Linux
1818
1919``` bash
20- curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.13 /cs-linux-amd64 -o cs
20+ curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.14 /cs-linux-amd64 -o cs
2121chmod +x cs
2222sudo mv cs /usr/local/bin/
2323```
@@ -26,15 +26,15 @@ sudo mv cs /usr/local/bin/
2626### macOS
2727
2828``` bash
29- curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.13 /cs-macos-amd64 -o cs
29+ curl -L https://github.com/kawakamimoeki/cs/releases/download/v0.1.14 /cs-macos-amd64 -o cs
3030chmod +x cs
3131sudo mv cs /usr/local/bin/
3232```
3333
3434### Windows
3535
3636``` powershell
37- Invoke-WebRequest https://github.com/kawakamimoeki/cs/releases/download/v0.1.13 /cs-windows-amd64.exe -OutFile cs.exe
37+ Invoke-WebRequest https://github.com/kawakamimoeki/cs/releases/download/v0.1.14 /cs-windows-amd64.exe -OutFile cs.exe
3838Move-Item .\cs.exe C:\Windows\System32\
3939```
4040
You can’t perform that action at this time.
0 commit comments