Skip to content

Commit

Permalink
Terminal ~> ターミナル
Browse files Browse the repository at this point in the history
  • Loading branch information
cafedomancer committed Feb 27, 2024
1 parent 22d72e4 commit 86ab043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _pages/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ permalink: app

このガイドではRuby on Railsというフレームワークを使って *railsgirls* という名前のアプリを作っていきます。

まず、Terminal を開いて、以下のコマンドを入力してください。
まず、ターミナルを開いて、以下のコマンドを入力してください。

<div class="os-specific">
<div class="mac nix">
Expand Down Expand Up @@ -127,7 +127,7 @@ $
</div>
</div>

コマンドプロンプトが表示されていないときは、新しいコマンドは実行できません。`cd` や他のコマンドを実行しようとしても動作しません。同じターミナルウィンドウで、Railsサーバを止めたり、通常のコマンドプロンプトに戻す場合は、Terminalで Commandキーを押しながら、Cを押して( <kbd>Ctrl</kbd>+<kbd>C</kbd> )、Railsサーバを終了します。
コマンドプロンプトが表示されていないときは、新しいコマンドは実行できません。`cd` や他のコマンドを実行しようとしても動作しません。同じターミナルウィンドウで、Railsサーバを止めたり、通常のコマンドプロンプトに戻す場合は、ターミナルで Commandキーを押しながら、Cを押して( <kbd>Ctrl</kbd>+<kbd>C</kbd> )、Railsサーバを終了します。

{% coach %}
- それぞれのコマンドが何をするのか明確になっているか確認してください
Expand Down
2 changes: 1 addition & 1 deletion _pages/gravatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gemfileを開いて、 `devise` の下に次の一行を追加します。
gem 'gravtastic'
{% endhighlight %}

Terminal で、次のコマンドを実行してください。
ターミナルで、次のコマンドを実行してください。

{% highlight sh %}
bundle
Expand Down

0 comments on commit 86ab043

Please sign in to comment.