We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d466b43 commit 55e7ab4Copy full SHA for 55e7ab4
README.md
@@ -7,12 +7,10 @@
7
8
## Installation
9
10
-- clone the repo: `git clone `
11
-- create the database and then the necessary tables, structure can be found in `database.sql`
12
-- execute `php composer.phar install --optimize-autoloader -n`
13
-- edit `configuration.php` and adjust settings to your needs
14
-
15
-Everything setup? Great! Now you can sync your data
+- Clone the repo: `git clone [email protected]:kimai/api-sync.git kimai-api-sync`
+- Create the database and then the necessary tables, structure can be found in `database.sql`
+- Execute `php composer.phar install --optimize-autoloader -n`
+- Edit `configuration.php` and adjust settings to your needs
16
17
## Usage
18
0 commit comments