Skip to content

Commit 2a4ab2d

Browse files
committed
explain command prompt
1 parent ca5b21a commit 2a4ab2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/3-web-servers/03-node-js/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ nvm -v
3636

3737
次のように表示されたら成功です。
3838

39+
:::tip[コマンドプロンプト]
40+
41+
コマンドプロンプトとは、ターミナルがコマンドの入力を受け付けている状態を示す記号で、一般的に`$`が使われます。この教材では、コマンドとその実行結果を区別するために入力するコマンドの行頭にこの`$`を付けて表記することがあります。`$`自体を入力する必要はありません。
42+
43+
:::
44+
3945
```shell
4046
$ nvm -v
4147
0.40.3

0 commit comments

Comments
 (0)