@@ -113,39 +113,39 @@ When you run `pctl deploy`, it will:
113113
114114# # Installation
115115
116- Download the latest release for your platform from [GitHub Releases](https://github.com/deviantony/pctl/releases/tag/v1.0 .0) :
116+ Download the latest release for your platform from [GitHub Releases](https://github.com/deviantony/pctl/releases/tag/v1.1 .0) :
117117
118118# ## Linux
119119` ` ` bash
120120# AMD64
121- wget https://github.com/deviantony/pctl/releases/download/v1.0 .0/pctl_1.0 .0_linux_amd64
122- chmod +x pctl_1.0 .0_linux_amd64
123- sudo mv pctl_1.0 .0_linux_amd64 /usr/local/bin/pctl
121+ wget https://github.com/deviantony/pctl/releases/download/v1.1 .0/pctl_1.1 .0_linux_amd64
122+ chmod +x pctl_1.1 .0_linux_amd64
123+ sudo mv pctl_1.1 .0_linux_amd64 /usr/local/bin/pctl
124124
125125# ARM64
126- wget https://github.com/deviantony/pctl/releases/download/v1.0 .0/pctl_1.0 .0_linux_arm64
127- chmod +x pctl_1.0 .0_linux_arm64
128- sudo mv pctl_1.0 .0_linux_arm64 /usr/local/bin/pctl
126+ wget https://github.com/deviantony/pctl/releases/download/v1.1 .0/pctl_1.1 .0_linux_arm64
127+ chmod +x pctl_1.1 .0_linux_arm64
128+ sudo mv pctl_1.1 .0_linux_arm64 /usr/local/bin/pctl
129129` ` `
130130
131131# ## macOS
132132` ` ` bash
133133# AMD64
134- wget https://github.com/deviantony/pctl/releases/download/v1.0 .0/pctl_1.0 .0_darwin_amd64
135- chmod +x pctl_1.0 .0_darwin_amd64
136- sudo mv pctl_1.0 .0_darwin_amd64 /usr/local/bin/pctl
134+ wget https://github.com/deviantony/pctl/releases/download/v1.1 .0/pctl_1.1 .0_darwin_amd64
135+ chmod +x pctl_1.1 .0_darwin_amd64
136+ sudo mv pctl_1.1 .0_darwin_amd64 /usr/local/bin/pctl
137137
138138# ARM64 (Apple Silicon)
139- wget https://github.com/deviantony/pctl/releases/download/v1.0 .0/pctl_1.0 .0_darwin_arm64
140- chmod +x pctl_1.0 .0_darwin_arm64
141- sudo mv pctl_1.0 .0_darwin_arm64 /usr/local/bin/pctl
139+ wget https://github.com/deviantony/pctl/releases/download/v1.1 .0/pctl_1.1 .0_darwin_arm64
140+ chmod +x pctl_1.1 .0_darwin_arm64
141+ sudo mv pctl_1.1 .0_darwin_arm64 /usr/local/bin/pctl
142142` ` `
143143
144144# ## Windows
145145` ` ` bash
146146# AMD64
147- wget https://github.com/deviantony/pctl/releases/download/v1.0 .0/pctl_1.0 .0_windows_amd64.exe
148- # Move pctl_1.0 .0_windows_amd64.exe to your PATH and rename to pctl.exe
147+ wget https://github.com/deviantony/pctl/releases/download/v1.1 .0/pctl_1.1 .0_windows_amd64.exe
148+ # Move pctl_1.1 .0_windows_amd64.exe to your PATH and rename to pctl.exe
149149` ` `
150150
151151# # Limitations
0 commit comments