projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b0ee99d
)
Update intro.rst
author
Martin Tournoij
<martin@arp242.net>
Thu, 13 Feb 2014 21:05:06 +0000 (22:05 +0100)
committer
Martin Tournoij
<martin@arp242.net>
Thu, 13 Feb 2014 21:05:06 +0000 (22:05 +0100)
Quote the shell command, since it contains an asterisk (*).
doc/intro.rst
patch
|
blob
|
history
diff --git
a/doc/intro.rst
b/doc/intro.rst
index
9f0cdf0
..
8677d50
100644
(file)
--- a/
doc/intro.rst
+++ b/
doc/intro.rst
@@
-33,7
+33,7
@@
The recommended way to install Twig is via Composer:
.. code-block:: bash
- composer require twig/twig:1.*
+ composer require "twig/twig:1.*"
.. note::