Skip to content

Commit bfa3884

Browse files
committed
moved to kimai org
1 parent 8b10249 commit bfa3884

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ A PHP application to access your Kimai installation via its JSON API.
1717
To install the Kimai console tools, execute the following commands:
1818

1919
```bash
20-
curl -LO https://github.com/kevinpapst/kimai2-console/releases/latest/download/kimai.phar
21-
curl -LO https://github.com/kevinpapst/kimai2-console/releases/latest/download/kimai.phar.sha1
20+
curl -LO https://github.com/kimai/cli/releases/latest/download/kimai.phar
21+
curl -LO https://github.com/kimai/cli/releases/latest/download/kimai.phar.sha1
2222
sha1sum --check kimai.phar.sha1
2323
rm kimai.phar.sha1
2424
chmod +x kimai.phar
@@ -121,7 +121,7 @@ The following environment variables are supported:
121121

122122
### Updating the Console tools
123123

124-
Redo the initial installation process and overwrite the file `/usr/local/bin/kimai` with the [latest release](https://github.com/kevinpapst/kimai2-console/releases).
124+
Redo the initial installation process and overwrite the file `/usr/local/bin/kimai` with the [latest release](https://github.com/kimai/cli/releases).
125125

126126
### Check the contents of the PHAR
127127

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "kevinpapst/kimai2-console",
2+
"name": "kimai/cli",
33
"license": "MIT",
44
"type": "project",
55
"description": "Kimai - console application to manage your time-tracking data remotely",

composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)