Skip to content

Commit f2982bb

Browse files
authored
Merge pull request #5699 from jakub-nt/patch-1
README.md: minor formatting improvements
2 parents a6fac21 + 32009c4 commit f2982bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ stated otherwise in the copyright notice inside the particular file.
4242

4343
## Example Usage
4444

45-
In order to use the built cf-agent in the source tree you must add a $HOME/.cfagent/bin/cf-promises file:
45+
In order to use the built cf-agent in the source tree you must add a `$HOME/.cfagent/bin/cf-promises` file:
4646

47+
```bash
4748
$ pwd
4849
<something>/core
4950
$ echo "cd $(pwd); cf-promises/cf-promises \"\$@\"" > ~/.cfagent/bin/cf-promises
51+
```
5052

5153
### Hello World
5254

@@ -69,9 +71,11 @@ R: Hello, world
6971

7072
## Debugging
7173

72-
As this project uses autotools you must use libtool to run gdb/lldb/debuggers
74+
As this project uses autotools you must use libtool to run gdb/lldb/debuggers:
7375

76+
```bash
7477
./libtool --mode=execute <gdb|lldb|yourdebugger> ./cf-agent/cf-agent
78+
```
7579

7680
## Contributing
7781

0 commit comments

Comments
 (0)