Skip to content

Commit

Permalink
Add installation_JA.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Jul 8, 2023
1 parent 6c76901 commit 1940466
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions docs/installation_JA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# CALM インストール

## CALM の設定

もう[ダウンロード](https://github.com/VitoVan/calm#pre-built-binary)済みですよね?

では、使いやすい環境を整えてみましょう。

- Linux
```bash
tar xvf calm.tgz --directory=$HOME/
echo 'export PATH="$HOME/calm/:$PATH"'>> ~/.bashrc
```
- macOS
1. ダウンロードした DMG ファイルを開きます

2. .app をアプリケーションフォルダにドラッグします

3. DMG を取り出し、Calm.app を実行する

初回の実行には **時間がかかるかもしれません。**

> macOS の場合、Apple によって検証されていないため、システムによってソフトウェアの実行が停止される確率が非常に高いです。実行に問題がある場合は、[こちら](https://support.apple.com/HT202491)を確認してください。
4. コマンド `calm` を PATH 環境に追加する

```bash
echo 'export PATH="/Applications/Calm.app/Contents/MacOS/:$PATH"'>> ~/.bashrc
```


- Windows
1. 右クリックしてすべて展開します

2. 解凍したフォルダを C: に移動します

3. [PATH 環境変数](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/)`C:¥calm` を追加します

> MSYS2 または Git Bash を使用している場合は、以下のコードを実行してください:
>
> ```bash
> echo 'export PATH="/c/calm/:$PATH"' >> ~/.bashrc
> ```
> Windows の場合、マイクロソフト社によって検証されていないため、システムがソフトウェアの実行を停止する確率が非常に高いです。実行に問題がある場合は、[SmartScreen をバイパスする方法を見つけてください](https://duckduckgo.com/?q=how+to+bypass+smartscreen)

これで準備万端、お楽しみください。

0 comments on commit 1940466

Please sign in to comment.