File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55### 🪟 via powershell
66``` powershell
7- > Invoke-WebRequest -Uri https://github.com/deploy-f/df-cli/releases/download/v0.2/df .exe -OutFile df.exe
7+ > Invoke-WebRequest -Uri https://github.com/deploy-f/df-cli/releases/download/v0.5/deployf .exe -OutFile df.exe
88```
99
1010### 🐧 on generic linux
1111``` bash
12- $ curl -LO https://github.com/deploy-f/df-cli/releases/download/v0.2/df
12+ $ curl -LO https://github.com/deploy-f/df-cli/releases/download/v0.5/deployf
1313```
1414
1515### Via nuget on any platform
@@ -22,7 +22,7 @@ dotnet tool install --global Deployf.Cli
2222
2323### Set the token
2424Go to https://v2.d-f.pw/id/Manage/ListPersonalTokens and create a prsonal token.
25- When you have the token, you can save it locally via ` df init $TOKEN` command.
25+ When you have the token, you can save it locally via ` deployf init $TOKEN` command.
2626Or use the ` TOKEN ` environment to pass the token. Instead environment variable
2727you can use ` --token $TOKEN ` key.
2828
You can’t perform that action at this time.
0 commit comments