diff --git a/README.rst b/README.rst index 00f95efd..68c98942 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 📚 `_. +Or consult `the Crash documentation`_. Are you a Developer? ==================== @@ -98,7 +98,7 @@ Or for further information and official contact please visit `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