Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/trepl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@fb.com>2015-01-14 22:59:47 +0300
committerSoumith Chintala <soumith@fb.com>2015-01-14 22:59:47 +0300
commit0cd296d648e323adc0e9531c169a3431dbb102cc (patch)
tree584f8fbcfee66cc05da2bfb22ef0aa355ee06e73 /README.md
parent69aa1f8000fadf2ab26993bae5cab8546a6c3fb9 (diff)
removing references to linenoise
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4ef8cd8..09938de 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,7 @@ th>
A pure Lua REPL for LuaJIT, with heavy support for Torch types.
-Uses Readline for tab completion, with code borrowed from
-[iluajit](https://github.com/jdesgats/ILuaJIT).
-
-If Readline is not found, it defaults to using
-[Linenoise](https://github.com/hoelzro/lua-linenoise),
-which is significantly more simplistic.
+Uses Readline for tab completion.
This package installs a new binary named `th`, which
comes packed with all these features: