Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix command to stop rails server #738

Merged

Conversation

ishikawa999
Copy link
Contributor

@ishikawa999 ishikawa999 commented Oct 8, 2023

English guide:
When the command prompt is not visible you cannot execute new commands. If you try running cd or another command it will not work. To stop the Rails server and return to the normal command prompt in the same Terminal window, press Ctrl+C in the Terminal to quit the Rails server.

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

日本語のガイドの方では「Commandキーを押しながら、Cを押して」となっていますが、「Controlキーを押しながら、Cを押して」の誤りではないでしょうか?(英語ガイドの方はCtrlとなっている)
私はMacを利用していますが、Mac環境でもCtrl + Cです。

Copy link
Collaborator

@maimux2x maimux2x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

内容確認しました!
ありがとうございます🙏

@maimux2x maimux2x merged commit 3879d98 into railsgirls-jp:master Oct 10, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants