From 2a4ab2dc85481fb6eeb7fa2d7ec44745273a7e01 Mon Sep 17 00:00:00 2001 From: Rei Tsukada Date: Sat, 14 Mar 2026 20:56:31 +0900 Subject: [PATCH] explain command prompt --- docs/3-web-servers/03-node-js/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/3-web-servers/03-node-js/index.mdx b/docs/3-web-servers/03-node-js/index.mdx index 69b2c7f0..ed9b8ed9 100644 --- a/docs/3-web-servers/03-node-js/index.mdx +++ b/docs/3-web-servers/03-node-js/index.mdx @@ -36,6 +36,12 @@ nvm -v 次のように表示されたら成功です。 +:::tip[コマンドプロンプト] + +コマンドプロンプトとは、ターミナルがコマンドの入力を受け付けている状態を示す記号で、一般的に`$`が使われます。この教材では、コマンドとその実行結果を区別するために入力するコマンドの行頭にこの`$`を付けて表記することがあります。`$`自体を入力する必要はありません。 + +::: + ```shell $ nvm -v 0.40.3