Improve 2021-12-04-beginner-get-started.md

This commit is contained in:
Ayato Sasakura 2022-07-28 06:50:00 -07:00
parent 57ae166084
commit 2b4bcb1f6d
1 changed files with 3 additions and 1 deletions

View File

@ -222,7 +222,9 @@ Brainux を正しく終了し電源を切るためには、次のコマンドを
```sh
sudo shutdown -h now
sudo poweroff # こちらでも OK
# こちらでも OK
sudo poweroff
```
また、電源ボタンには一般的な PC の電源ボタンと同じ動作が割り当てられているため、押すとシャットダウンできます。