You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This page was generated by <ahref="https://pages.github.com">GitHub Pages</a> using the Architect theme by <ahref="https://twitter.com/jasonlong">Jason Long</a>.</p>
Copy file name to clipboardExpand all lines: index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Add to your `composer.json`:
75
75
...
76
76
```
77
77
78
-
This will allow you to instantiate a `Task\Project`. To run tasks from the command line, install task/cli. You should probably do this now!
78
+
This will allow you to instantiate a `Task\Project`. To run tasks from the command line, install [task/cli](https://github.com/taskphp/cli). You should probably do this now!
79
79
80
80
Usage
81
81
=====
@@ -113,7 +113,7 @@ Available commands:
113
113
shell
114
114
```
115
115
116
-
If you've used Symfony's Console component before this will look familiar! Your `Task\Project` is a `Symfony\Component\Console\Application` and so you have a pretty CLI application out of the box.
116
+
If you've used [Symfony's Console component](https://github.com/symfony/console) before this will look familiar! Your `Task\Project` is a `Symfony\Component\Console\Application` and so you have a pretty CLI application out of the box.
0 commit comments