Skip to content

Commit

Permalink
Merge pull request #4 from t-sin/master
Browse files Browse the repository at this point in the history
Fix author's name
  • Loading branch information
TANIGUCHI Masaya authored Oct 1, 2018
2 parents 3e50af5 + d1fc49f commit 9a41e55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://asciian.github.io/yomu/src/icon.png" width="100">
<img src="https://xtaniguchimasaya.github.io/yomu/src/icon.png" width="100">
<h1>yomu</h1>
   <p>英和辞書付きPDF閲覧ソフト</p>
<a href="https://travis-ci.org/ta2gch/yomu">
Expand All @@ -15,28 +15,28 @@

## インストール方法

[リリースページ](https://github.com/asciian/yomu/releases)よりWindows版/macOS版/Linux版をダウンロードしてください。
また、[ブラウザ版](https://asciian.github.io/yomu/src/pdf.js/web/viewer.html)もお使いただけます。
[リリースページ](https://github.com/xtaniguchimasaya/yomu/releases)よりWindows版/macOS版/Linux版をダウンロードしてください。
また、[ブラウザ版](https://xtaniguchimasaya.github.io/yomu/src/pdf.js/web/viewer.html)もお使いただけます。

### NPM版

npm からもインストール可能になりました。

```
npm install -g electron
npm install -g asciian/yomu
npm install -g xtaniguchimasaya/yomu
```

## 使い方

調べたい英単語をドラックあるいはダブルクリックすることで、
単語の意味を単語周辺に表示します。

![screenshot](https://asciian.github.io/yomu/screenshot/Screenshot.png)
![screenshot](https://xtaniguchimasaya.github.io/yomu/screenshot/Screenshot.png)

## 関連リンク

- [yomu](http://github.com/asciian/yomu) (ホスティングサイト)
- [yomu](http://github.com/xtaniguchimasaya/yomu) (ホスティングサイト)
- [PDF.js](https://mozilla.github.io/pdf.js/) (PDF表示用ライブラリ)
- [EJDict](https://github.com/kujirahand/EJDict) (パブリックドメインの英和辞書)

Expand Down

0 comments on commit 9a41e55

Please sign in to comment.