Document that cling driver can be given statements to execute.

This commit is contained in:
Vassil Vassilev 2014-09-25 09:53:59 +02:00 committed by sftnight
parent 35b8c20ce2
commit 6b0e19e268

View File

@ -88,6 +88,7 @@ Full documentation of CPT can be found in [tools/packaging].
[tools/packaging]:https://github.com/vgvassilev/cling/tree/cpt/tools/packaging
##USAGE
/some/install/dir/bin/cling '#include <iostream>' 'printf("Hello World!\n")'
To get started run: `/some/install/dir/bin/cling --help`
or type
`/some/install/dir/bin/cling`