fix typo in jupyer kernel readme.

This commit is contained in:
Spencer Lyon 2017-02-22 14:29:47 -05:00 committed by sftnight
parent 5e44b44f52
commit cf0019ab82

View File

@ -17,9 +17,9 @@ To install the kernel with sources in src/tools/cling:
# register the kernelspec for C++17/C++14/C++11:
# the user can install whichever kernel(s) they
# wish:
jupyter-kernelspec install [--user] cling-cpp17
jupyter-kernelspec install [--user] cling-cpp14
jupyter-kernelspec install [--user] cling-cpp11
jupyter-kernelspec install [--user] cling-c++17
jupyter-kernelspec install [--user] cling-c++14
jupyter-kernelspec install [--user] cling-c++11
To run it: