diff --git a/README b/README index c093e3e..24bd79d 100644 --- a/README +++ b/README @@ -3,27 +3,29 @@ ibus-skk -- a Japanese SKK input engine for IBus * What's this? ibus-skk is an implementation of the SKK (Simple Kana-Kanji) input -method on the IBus input method framework. To learn about SKK, see: +method on the IBus input method framework. Note that SKK works quite +differently from other Japanese input methods. To learn about SKK, +see: -http://openlab.jp/skk/ -https://secure.wikimedia.org/wikipedia/ja/wiki/SKK +https://ja.wikipedia.org/wiki/SKK * How to install -$ sudo yum install ibus-skk # on Fedora -$ sudo apt-get install ibus-skk # on Debian or Ubuntu - If you build from the source, you will need to separately install libskk, a library which implements SKK algorithm: http://github.com/ueno/libskk/downloads/ +After installing it, do: + +$ ./configure +$ make +$ sudo make install + * How to report bugs -Use the issue trackers on either GitHub, Red Hat Bugzilla, or Debian BTS: +Use the issue trackers on GitHub: http://github.com/ueno/ibus-skk/issues -https://bugzilla.redhat.com/buglist.cgi?component=ibus-skk&product=Fedora -http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=ibus-skk;dist=unstable Please write in plain English so that we can forward some bugs to other components. diff --git a/README.md b/README.md index 449066f..d4159b1 100644 --- a/README.md +++ b/README.md @@ -7,25 +7,28 @@ What's this? ------ ibus-skk is an implementation of the SKK (Simple Kana-Kanji) input -method on the IBus input method framework. To learn about SKK, see: +method on the IBus input method framework. Note that SKK works quite +differently from other Japanese input methods. To learn about SKK, +see: -* [SKK Openlab](http://openlab.jp/skk/) -* [SKK](https://secure.wikimedia.org/wikipedia/ja/wiki/SKK) +* [SKK](https://ja.wikipedia.org/wiki/SKK) How to install ------ -``` -$ sudo yum install ibus-skk # on Fedora -$ sudo apt-get install ibus-skk # on Debian or Ubuntu -``` - If you build from the source, you will need to separately install [libskk](http://github.com/ueno/libskk/downloads/). +After installing it, do: +``` +$ ./configure +$ make +$ sudo make install +``` + How to report bugs ------ -Use [issue tracker at GitHub](http://github.com/ueno/ibus-skk/issues) for upstream issues, [Red Hat Bugzilla](https://bugzilla.redhat.com/buglist.cgi?component=ibus-skk&product=Fedora) for Fedora specific issues, or [Debian BTS](http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=ibus-skk;dist=unstable) for Debian specific issues. +Use [issue tracker at GitHub](http://github.com/ueno/ibus-skk/issues). License ------