File: README.debian

package info (click to toggle)
megahal 8.1-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 272 kB
  • ctags: 133
  • sloc: ansic: 1,456; makefile: 41; sh: 11
file content (19 lines) | stat: -rw-r--r-- 890 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Note that MegaHal depends on some data files to give it something to say. It
can be started up without reading those files, but then it will be rather
dumb until you teach it a lot.

I've written a wrapper script for MegaHal, that creates a ~/.megahal/
directory, and populates it with MegaHal data files. If you use this
wrapper, each you start up MegaHal, it will resume where you left off 
before. The wrapper is installed as /usr/bin/megahal-personal, since it lets
you use your own personal MegaHal, which learns from you each time you use
it.

If you prefer access to the real MegaHal program, which looks for the data
files in the current directory, run /usr/bin/megahal instead.

It's also possible to set up a MegaHal that is accessed by all users of the
system. Just make a world-writable directory and copy the MegaHal data files
into it.

-- Joey Hess <joeyh@master.debian.org>