Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Removed the version number from the composer require example
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Mar 2, 2016
1 parent 5db36e5 commit ab620e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Kirby CLI is being installed with Composer, the PHP package manager. For ins
After installing composer, you can install Kirby CLI by running the following command:

```
composer global require "getkirby/cli=~1.0"
composer global require getkirby/cli
```

Make sure to place the…
Expand All @@ -27,7 +27,7 @@ Make sure to place the…
It can happen that you get into dependency issues with other global composer packages. In this case, try to install the CLI to a custom location without the `global` option and set the path accordingly.

```
composer require "getkirby/cli=~1.0"
composer require getkirby/cli
```

## Update
Expand Down

0 comments on commit ab620e6

Please sign in to comment.