File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,13 @@ stated otherwise in the copyright notice inside the particular file.
42
42
43
43
## Example Usage
44
44
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:
46
46
47
+ ``` bash
47
48
$ pwd
48
49
< something> /core
49
50
$ echo " cd $( pwd) ; cf-promises/cf-promises \"\$ @\" " > ~ /.cfagent/bin/cf-promises
51
+ ```
50
52
51
53
### Hello World
52
54
@@ -69,9 +71,11 @@ R: Hello, world
69
71
70
72
## Debugging
71
73
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:
73
75
76
+ ``` bash
74
77
./libtool --mode=execute < gdb| lldb| yourdebugger> ./cf-agent/cf-agent
78
+ ```
75
79
76
80
## Contributing
77
81
You can’t perform that action at this time.
0 commit comments