Skip to content

Commit d9f85a4

Browse files
committed
tweak intro instructions
1 parent 6c0488f commit d9f85a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_pages/blog_post.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,10 @@ cling
7474
* Type .q to exit *
7575
*******************************************
7676
[cling]$
77+
[cling]$ #include "cling/Interpreter/Interpreter.h"
78+
[cling]$ gCling->allowRedefinition(false)
7779
```
78-
We will discuss other alternatives in further parts of this post.
80+
We will explain the these command, and other alternatives for using cling in further parts of this post.
7981

8082
# Interpreting C++
8183

0 commit comments

Comments
 (0)