Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fksms committed Dec 18, 2024
1 parent f8a8c86 commit 629fc9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Windowsの場合は以下からインストールも可能です。<br>

### MacOS

#### Setup

rustup-initとnodebrewをインストール
```sh
brew install rustup-init
Expand All @@ -91,6 +93,8 @@ tauri-cliをインストール(v1を利用する)
cargo install tauri-cli --version "^1"
```

#### Build

作業ディレクトリに移動
```sh
cd DirWalker
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ By manually running `All Build Debug`, you can build debug versions for MacOS, W

### MacOS

#### Setup

Install rustup-init and nodebrew
```sh
brew install rustup-init
Expand All @@ -93,6 +95,8 @@ Install tauri-cli (Use v1)
cargo install tauri-cli --version "^1"
```

#### Build

Move to the working directory
```sh
cd DirWalker
Expand Down

0 comments on commit 629fc9e

Please sign in to comment.