Skip to content

Commit

Permalink
Merge pull request #7 from UniMagic-VRC/refactor/setup-env
Browse files Browse the repository at this point in the history
環境構築周りの細かい文言などを修正
  • Loading branch information
o-tr authored Oct 20, 2024
2 parents 22ca115 + 5dbc35a commit 5499ac7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions docs/中枢向け情報/01_環境構築/01_通常版.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ npm -v

1. インストーラーのダウンロード
[Download Visual Studio Code - Mac, Linux, Windows](https://code.visualstudio.com/download)
上記リンクから`Windows`を押し、ダウンロードをします
上記リンクから `Windows` を押し、インストーラーをダウンロードします
2. インストール
ダウンロードが済んだらインストーラーを実行し、指示に従ってインストールを完了します

Expand All @@ -69,32 +69,40 @@ npm -v
### インストール

1. インストーラーのダウンロード
[GitHub Desktop | Simple collaboration from your desktop](https://github.com/apps/desktop?ref_cta=download+desktop&ref_loc=installing+github+desktop&ref_page=docs)
上記リンクを開き、Download now を押し、遷移先のページからインストーラーをダウンロードします
[Download GitHub Desktop | GitHub Desktop](https://desktop.github.com/download/)
上記リンクから `Download for Windows (64bit)` を押し、インストーラーをダウンロードします
2. インストール
ダウンロードが済んだらインストーラーを実行し、指示に従ってインストールを完了します

### 認証

初回起動時に、GitHub へのログインを促されるので認証をおこないます

1. `Sign in to GitHub.com`ボタンを押します
1. `Sign in to GitHub.com` ボタンを押します
2. ブラウザが開くので、アカウントが合っていることを確認して認証を行います
ブラウザから外部アプリを開く許可を求められて場合は許可してください
3. `Configure Git`画面になったらそのまま`Finish`ボタンを押して完了します
3. `Configure Git` 画面になったら変更せずにそのまま `Finish` ボタンを押して完了します

## リポジトリのクローン

手元のパソコンでドキュメントを編集するために、データをダウンロードします

1. `Clone a Repository from the Internet`を押します
2. `UniMagic-VRC`内の対象リポジトリを選択し、`Clone`を押します
3. `Open in Visual Studio Code`を押し、VSCode を開きます
1. `Clone a Repository from the Internet` を押します
2. `UniMagic-VRC` 内の対象リポジトリを選択し、 `Clone` を押します
3. `Open in Visual Studio Code` を押し、VSCode を開きます

## VSCode の設定

リポジトリのクローンの章で VSCode でプロジェクトを開いている前提で話を進めます

0. プロジェクトを信頼するか確認されている場合は信頼するを選択してください

> Do you trust the authors of the files in this folder?
> (略)
> [ Yes, I trust the authors ] / [ No, I don't trust the authors ]
で、 Yes, I trust the authors を選択してください

1. 推奨された拡張機能をインストールすることを促されるので、インストールします

> Do you want to install the recommended extensions from Prettier, Microsoft and others for this repository?
Expand Down
2 changes: 1 addition & 1 deletion docs/中枢向け情報/01_環境構築/02_簡易版.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ sidebar_position: 2

以上!

プレビューはマークダウンファイルを開いたうえで右上にある見開きの本に虫眼鏡を合わせたようなアイコンをクリックすると表示できます
プレビューはマークダウンファイルを開いたうえで右上にある「見開きの本に虫眼鏡を合わせたようなアイコン」をクリックすると表示できます

0 comments on commit 5499ac7

Please sign in to comment.