diff --git a/src/how-to-build-and-run.md b/src/how-to-build-and-run.md index 54e60ddc..557fc914 100644 --- a/src/how-to-build-and-run.md +++ b/src/how-to-build-and-run.md @@ -165,8 +165,8 @@ be used to set it up: [https://github.com/nikomatsakis/rust-etags][etags]. CTAGS integrates into emacs and vim quite easily. The following can then be used to build and generate tags: -``` -rust-ctags src/lib* && ./x.py build +```console +$ rust-ctags src/lib* && ./x.py build ``` This allows you to do "jump-to-def" with whatever functions were around when