소스 검색

[docs][rabbitmq] Fixes highlighting

Ask Solem 9 년 전
부모
커밋
0c3801e5bf
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      docs/getting-started/brokers/rabbitmq.rst

+ 5 - 3
docs/getting-started/brokers/rabbitmq.rst

@@ -96,11 +96,13 @@ Finally, we can install rabbitmq using :command:`brew`:
 
 .. _rabbitmq-osx-system-hostname:
 
-After you have installed rabbitmq with brew you need to add the following to your path to be able to start and stop the broker. Add it to your .bash_profile or .profile
+After you've installed rabbitmq with :command:`brew` you need to add the following to
+your path to be able to start and stop the broker: add it to the startup file for your
+shell (e.g. :file:`.bash_profile` or :file:`.profile`).
 
-.. code-block:: console
+.. code-block:: bash
 
-    `PATH=$PATH:/usr/local/sbin`
+    PATH=$PATH:/usr/local/sbin
 
 Configuring the system host name
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~