Skip to content

Commit

Permalink
README: Remove mention of distro-specific instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Nov 12, 2017
1 parent 4a2f617 commit ad1ebcd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
20 changes: 11 additions & 9 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down

0 comments on commit ad1ebcd

Please # to comment.