@@ -94,7 +94,7 @@ The [latest release](https://github.com/clue/graph-composer/releases/latest) can
94
94
always be downloaded like this:
95
95
96
96
` ` ` bash
97
- $ curl -OL https://lueck.tv /graph-composer-latest.phar
97
+ $ curl -JOL https://clue.engineering /graph-composer-latest.phar
98
98
` ` `
99
99
100
100
That' s it already. Once downloaded, you can verify everything works by running this:
@@ -168,7 +168,7 @@ to contribute to the development of clue/graph-composer?
168
168
Then this section is for you!
169
169
170
170
The recommended way to install clue/graph-composer is to clone (or download) this repository
171
- and use [Composer](http ://getcomposer.org) to download its dependencies.
171
+ and use [Composer](https ://getcomposer.org) to download its dependencies.
172
172
Therefore you' ll need PHP, Composer, GraphViz, git and curl installed.
173
173
For example, on a recent Ubuntu/debian system, simply run:
174
174
@@ -229,7 +229,7 @@ Happy hacking!
229
229
## Tests
230
230
231
231
To run the test suite, you first need to clone this repo and then install all
232
- dependencies [through Composer](http ://getcomposer.org):
232
+ dependencies [through Composer](https ://getcomposer.org):
233
233
234
234
```bash
235
235
$ composer install
@@ -243,4 +243,7 @@ $ php vendor/bin/phpunit
243
243
244
244
## License
245
245
246
- MIT
246
+ This project is released under the permissive [MIT license](LICENSE).
247
+
248
+ > Did you know that I offer custom development services and issuing invoices for
249
+ sponsorships of releases and for contributions? Contact me (@clue) for details.
0 commit comments