Skip to content

Commit 113a722

Browse files
committed
Update installation steps
README.md
1 parent 2d7c3d3 commit 113a722

3 files changed

Lines changed: 38 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,24 @@ OSKIM has been tested with GNOME 42.5 on Ubuntu 22.04 LTS. We will support newer
77

88
## Installation
99

10-
Clone this repository under the GNOME shell extensions directory as below:
10+
### 1a. Install the OSKIM bundle downloaded from [Releases](https://github.com/esrille/oskim/releases)
11+
12+
Download the OSKIM bundle from [Releases](https://github.com/esrille/oskim/releases) and install it by running the following command:
13+
14+
```
15+
$ gnome-extensions install oskim@esrille.com-0.0.0.shell-extension.zip
16+
```
17+
18+
### 1b. Install from this repository
19+
20+
Alternatively, you can clone the OSKIM repository under the GNOME shell extensions directory as below:
1121

1222
```
1323
$ git clone https://github.com/esrille/oskim.git ~/.local/share/gnome-shell/extensions/oskim@esrille.com
1424
```
1525

26+
### 2. Enable OSKIM
27+
1628
Enable OSKIM by running the following command:
1729

1830
```

docs/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,20 @@ <h1>はじめに</h1>
4747

4848
<p>&#x3000;OSKIMは、Ubuntu 22.04 LTS<ruby><rp>(</rp><rt>じょう</rt><rp>)</rp></ruby>のGNOME 42.5でテストしています。よりあたらしいバージョンのGNOME Shellについては、<ruby>今後<rp>(</rp><rt>こんご</rt><rp>)</rp></ruby>、サポートしていきます。</p>
4949
<h2>インストール<ruby>方法<rp>(</rp><rt>ほうほう</rt><rp>)</rp></ruby></h2>
50-
<p>&#x3000;OSKIMのレポジトリをGNOMEシェル<ruby>拡張<rp>(</rp><rt>かくちょう</rt><rp>)</rp></ruby><ruby><rp>(</rp><rt>よう</rt><rp>)</rp></ruby>のディレクトリのなかにつくります:</p>
50+
<h3>1a. OSKIMのバンドルをダウンロードしてインストール</h3>
51+
<p>&#x3000;まず、OSKIMのバンドルを<a href="https://github.com/esrille/oskim/releases">Releases</a>ページからダウンロードします。つづいて、つぎのコマンドを<ruby>実行<rp>(</rp><rt>じっこう</rt><rp>)</rp></ruby>して、OSKIMをインストールします。</p>
52+
<pre><code>$ gnome-extensions install oskim@esrille.com-0.0.0.shell-extension.zip
53+
</code></pre>
54+
<h3>1b. OSKIMのレポジトリからインストール</h3>
55+
<p>&#x3000;OSKIMのレポジトリをGNOMEシェル<ruby>拡張<rp>(</rp><rt>かくちょう</rt><rp>)</rp></ruby><ruby><rp>(</rp><rt>よう</rt><rp>)</rp></ruby>のディレクトリのなかにつくってインストールすることもできます:</p>
5156
<pre><code>$ git clone https://github.com/esrille/oskim.git ~/.local/share/gnome-shell/extensions/oskim@esrille.com
5257
</code></pre>
58+
<h3>2. OSKIMを<ruby>有効<rp>(</rp><rt>ゆうこう</rt><rp>)</rp></ruby>にする</h3>
5359
<p>&#x3000;つぎのコマンドを<ruby>実行<rp>(</rp><rt>じっこう</rt><rp>)</rp></ruby>して、OSKIMを<ruby>有効<rp>(</rp><rt>ゆうこう</rt><rp>)</rp></ruby>にします:</p>
5460
<pre><code>$ gnome-extensions enable oskim@esrille.com
5561
</code></pre>
5662
<p>&#x3000;コマンドラインツールのかわりにGUIツールを<ruby>利用<rp>(</rp><rt>りよう</rt><rp>)</rp></ruby>したいときは、<a href="https://github.com/mjakeman/extension-manager">Extension Manager</a><ruby>利用<rp>(</rp><rt>りよう</rt><rp>)</rp></ruby>することもできます。</p>
63+
<h3>3. GNOME Shellをリスタートする</h3>
5764
<p>&#x3000;あたらしいGNOME Shell extensionをつかうためには、GNOME Shellをリスタートしないといけません。リスタートするには、いちど、ログインしなおします。(X11のときは、<span class='key'>Alt</span>+<span class='key'>F2</span>をおして、restartコマンドを<ruby>実行<rp>(</rp><rt>じっこう</rt><rp>)</rp></ruby>すればリスタートできます。)</p>
5865
<p>&#x3000;OSKIMがうごいていると、トップバーにキーボードのアイコンが<ruby>表示<rp>(</rp><rt>ひょうじ</rt><rp>)</rp></ruby>されます。このアイコンをタップして、オンスクリーン キーボードを<ruby>表示<rp>(</rp><rt>ひょうじ</rt><rp>)</rp></ruby>したり、とじたりすることもできます。</p>
5966
<p><br><hr>

docs/index.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,35 @@
1515

1616
## インストール方法ほうほう
1717

18-
 OSKIMのレポジトリをGNOMEシェル拡張かくちょう用ようのディレクトリのなかにつくります:
18+
### 1a. OSKIMのバンドルをダウンロードしてインストール
19+
20+
 まず、OSKIMのバンドルを[Releases](https://github.com/esrille/oskim/releases)ページからダウンロードします。
21+
つづいて、つぎのコマンドを実行じっこうして、OSKIMをインストールします。
22+
23+
```
24+
$ gnome-extensions install oskim@esrille.com-0.0.0.shell-extension.zip
25+
```
26+
27+
### 1b. OSKIMのレポジトリからインストール
28+
29+
 OSKIMのレポジトリをGNOMEシェル拡張かくちょう用ようのディレクトリのなかにつくってインストールすることもできます:
1930

2031
```
2132
$ git clone https://github.com/esrille/oskim.git ~/.local/share/gnome-shell/extensions/oskim@esrille.com
2233
```
2334

35+
### 2. OSKIMを有効ゆうこうにする
36+
2437
 つぎのコマンドを実行じっこうして、OSKIMを有効ゆうこうにします:
2538

2639
```
2740
$ gnome-extensions enable oskim@esrille.com
2841
```
2942

3043
 コマンドラインツールのかわりにGUIツールを利用りようしたいときは、[Extension Manager](https://github.com/mjakeman/extension-manager)を利用りようすることもできます。
44+
45+
### 3. GNOME Shellをリスタートする
46+
3147
 あたらしいGNOME Shell extensionをつかうためには、GNOME Shellをリスタートしないといけません。
3248
リスタートするには、いちど、ログインしなおします。(X11のときは、<span class='key'>Alt</span>+<span class='key'>F2</span>をおして、restartコマンドを実行じっこうすればリスタートできます。)
3349
 OSKIMがうごいていると、トップバーにキーボードのアイコンが表示ひょうじされます。

0 commit comments

Comments
 (0)