Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
e35830cf
Commit
e35830cf
authored
Jun 17, 2012
by
Besnik Br
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added missing php command
parent
55d7a266
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/usage.rst
doc/usage.rst
+2
-2
No files found.
doc/usage.rst
View file @
e35830cf
...
@@ -34,7 +34,7 @@ And run Composer to install Silex and all its dependencies:
...
@@ -34,7 +34,7 @@ And run Composer to install Silex and all its dependencies:
.. code-block:: bash
.. code-block:: bash
$ curl -s http://getcomposer.org/installer | php
$ curl -s http://getcomposer.org/installer | php
$ composer.phar install
$
php
composer.phar install
Upgrading
Upgrading
---------
---------
...
@@ -42,7 +42,7 @@ Upgrading
...
@@ -42,7 +42,7 @@ Upgrading
Upgrading Silex to the latest version is as easy as running the ``update``
Upgrading Silex to the latest version is as easy as running the ``update``
command::
command::
$ composer.phar update
$
php
composer.phar update
Bootstrap
Bootstrap
---------
---------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment