Skip to content

Commit 17f8678

Browse files
committed
readme
1 parent ef110d2 commit 17f8678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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
2424
Go 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.
2626
Or use the `TOKEN` environment to pass the token. Instead environment variable
2727
you can use `--token $TOKEN` key.
2828

0 commit comments

Comments
 (0)