Skip to content

Commit

Permalink
Merge pull request #738 from ishikawa999/fix-command-to-stop-rails
Browse files Browse the repository at this point in the history
Fix command to stop rails server
  • Loading branch information
maimux2x authored Oct 10, 2023
2 parents 316be91 + 5718d17 commit 3879d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $
</div>
</div>

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

{% coach %}
- それぞれのコマンドが何をするのか明確になっているか確認してください。 `cd`, `dir`/`ls`, `mkdir`
Expand Down

0 comments on commit 3879d98

Please sign in to comment.