diff --git a/README.rst b/README.rst index 3aa688d..f4eb218 100644 --- a/README.rst +++ b/README.rst @@ -317,7 +317,12 @@ FAQ Q: I see that workload is distributed fine, but there is a lot of workload. How to go deeper, how to understand what my system doing right now? -A: Try `perf top` +A: Try + +.. code:: shell + + perf top + How to contribute? ==================