Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Slater committed Mar 6, 2017
1 parent b2a74ff commit f44f5a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ Standalone
Crash is also available as a standalone executable that includes all the
necessary dependencies, and can be run as long as Python (>= 2.7) is available.

First, download the executable:
First, download the executable::

$ curl -o crash https://cdn.crate.io/downloads/releases/crash_standalone_latest

Then, make it executable:
Then, make it executable::

$ chmod +x crash

Now, run it:
Now, run it::

$ ./crash

Expand All @@ -77,11 +77,11 @@ it to somewhere on your `$PATH`.
Usage
-----

For usage information and command line options invoke::
For usage information, run::

$ crash --help

Or consult the `crash documentation 📚 <https://crate.io/docs/reference/crash/>`_.
Or consult `the Crash documentation`_.

Are you a Developer?
====================
Expand All @@ -98,7 +98,7 @@ Or for further information and official contact please
visit `https://crate.io/ <https://crate.io/>`_.

.. _pip: https://pypi.python.org/pypi/pip
.. Crash standalone executabl: https://cdn.crate.io/downloads/releases/crash_standalone_latest
.. _the Crash documentation: https://crate.io/docs/reference/crash/
.. _Slack: https://crate.io/docs/support/slackin/

License
Expand Down

0 comments on commit f44f5a6

Please sign in to comment.