Skip to content

Commit

Permalink
moved to kimai org
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jan 22, 2025
1 parent 8b10249 commit bfa3884
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ A PHP application to access your Kimai installation via its JSON API.
To install the Kimai console tools, execute the following commands:

```bash
curl -LO https://github.com/kevinpapst/kimai2-console/releases/latest/download/kimai.phar
curl -LO https://github.com/kevinpapst/kimai2-console/releases/latest/download/kimai.phar.sha1
curl -LO https://github.com/kimai/cli/releases/latest/download/kimai.phar
curl -LO https://github.com/kimai/cli/releases/latest/download/kimai.phar.sha1
sha1sum --check kimai.phar.sha1
rm kimai.phar.sha1
chmod +x kimai.phar
Expand Down Expand Up @@ -121,7 +121,7 @@ The following environment variables are supported:

### Updating the Console tools

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

### Check the contents of the PHAR

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "kevinpapst/kimai2-console",
"name": "kimai/cli",
"license": "MIT",
"type": "project",
"description": "Kimai - console application to manage your time-tracking data remotely",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfa3884

Please sign in to comment.