diff options
author | Guinness <guinness@crans.org> | 2020-07-13 11:16:51 +0200 |
---|---|---|
committer | Guinness <guinness@crans.org> | 2020-07-13 11:45:14 +0200 |
commit | b119c5577678b14f320a1a5cd58d8f591cb3084d (patch) | |
tree | 8550b00c143ce630b5ff8d5e9feee43e25e17643 /doc/HACKING/README.1st.md | |
parent | 8ebbf629404a97b6110c1916d554009dc8f42c5a (diff) | |
download | tor-b119c5577678b14f320a1a5cd58d8f591cb3084d.tar.gz tor-b119c5577678b14f320a1a5cd58d8f591cb3084d.zip |
Syntax highlighting in the docs
This adds the syntax highlights in the MarkDown files.
Fixes #33741
Diffstat (limited to 'doc/HACKING/README.1st.md')
-rw-r--r-- | doc/HACKING/README.1st.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/HACKING/README.1st.md b/doc/HACKING/README.1st.md index 2278a61d6c..4bc3298c67 100644 --- a/doc/HACKING/README.1st.md +++ b/doc/HACKING/README.1st.md @@ -32,7 +32,9 @@ For an explanation of how to change Tor's design to work differently, look at For the latest version of the code, get a copy of git, and - git clone https://git.torproject.org/git/tor +```console +$ git clone https://git.torproject.org/git/tor +``` ## Stay in touch |