Skip to content

Commit 47c3813

Browse files
phatedGrahamCampbell
authored andcommitted
Add enterprise language (#150)
1 parent 5d154e0 commit 47c3813

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

README.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,26 @@ Anyway, it's convenient and don't need to build anything to use it. That's how w
1313

1414
*Documentation*: http://gitonomy.com/doc/gitlib/master/
1515

16-
---
17-
18-
<div align="center">
19-
<b>
20-
<a href="https://tidelift.com/subscription/pkg/packagist-gitonomy-gitlib?utm_source=packagist-gitonomy-gitlib&utm_medium=referral&utm_campaign=readme">Get professional support for Git lib with a Tidelift subscription</a>
21-
</b>
22-
<br>
23-
<sub>
24-
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
25-
</sub>
26-
</div>
16+
## Quick Start
17+
18+
You can install git lib using [Composer](https://getcomposer.org/). Simply require the version you need:
19+
20+
```bash
21+
$ composer require gitonomy/gitlib
22+
```
23+
24+
or edit your `composer.json` file by hand:
25+
26+
```json
27+
{
28+
"require": {
29+
"gitonomy/gitlib": "^1.1"
30+
}
31+
}
32+
```
33+
34+
## For Enterprise
35+
36+
Available as part of the Tidelift Subscription
37+
38+
The maintainers of `gitonomy/gitlib` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-gitonomy-gitlib?utm_source=packagist-gitonomy-gitlib&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)

0 commit comments

Comments
 (0)