diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-16 18:22:41 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-16 18:22:41 +0100 |
commit | 9de938890e88420739d3827b879c20bd26dd396e (patch) | |
tree | f1e39a76d9624eb23e956f3702509a18cccbc093 /README | |
parent | 409ccccc5f2af23b0f4a7f2142a9c362aaedb4fb (diff) | |
download | sciteco-9de938890e88420739d3827b879c20bd26dd396e.tar.gz |
updated README: teco.ini is documented in sciteco(1)
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -67,9 +67,7 @@ SciTECO has the following build and runtime dependencies: The interface may be chosen with `--with-interface` (ncurses is the default). 3. Install with `make install`. 4. You are recommended to use the included `teco.ini` as a starting point for your profile, - so copy it to `~/.teco_ini`. The default `teco.ini` opens files specified on the - commandline for you, uses a file open hook to configure syntax highlighting (only - C/C++ and Makefiles for now) and enables line numbers. + so copy it to `~/.teco_ini`. Additional Documentation ======================== |