Remove unneeded escapes in markdown

This commit is contained in:
Jonah Graham 2023-01-28 20:57:31 -05:00 committed by GitHub
parent 22ee440b88
commit b7fac2cfaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ Eclipse installation:
1. Download the IDE for C/C++ Developers tar file for your platform - <https://www.eclipse.org/downloads>
2. Untar the C/C++ IDE into a local directory (let's call this `$CDT_DIR`)
3. `cd $CDT_DIR/eclipse/plugins/org.eclipse.cdt.debug.application\_\*/scripts`
3. `cd $CDT_DIR/eclipse/plugins/org.eclipse.cdt.debug.application_*/scripts`
4. There, run the command:
- `/bin/sh ./install.sh`
- this will create the directory: `$HOME/cdtdebugger` for you where