Skip to content

Commit

Permalink
Use markdown syntax for highlighted code
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkaholic committed Nov 17, 2015
1 parent 042c36f commit 434f54e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Debugging

If you want to debug your cli application using xdebug for example with Netbeans just run this command before executing the cli app:

.. code-block:: sh

$ export XDEBUG_CONFIG="idekey=netbeans-xdebug remote_host=192.168.33.1 profiler_enable=1 default_enable=1 remote_enable=1 remote_handler=dbgp remote_port=9000 remote_autostart=0"
```bash
$ export XDEBUG_CONFIG="idekey=netbeans-xdebug remote_host=192.168.33.1 profiler_enable=1 default_enable=1 remote_enable=1 remote_handler=dbgp remote_port=9000 remote_autostart=0"
```

Hints
-----
Expand All @@ -47,9 +47,9 @@ Hints

To speed up the startup process use

.. code-block:: sh

$ vagrant up --no-provision
```bash
$ vagrant up --no-provision
```

after the first run. It just starts the virtual machine without provisioning of the recipes.

Expand Down

0 comments on commit 434f54e

Please sign in to comment.