「Translations:Guide:Marlin/1/en」の版間の差分

提供:Kobe Makerspace
(ページの作成:「== Install PlatformIO == {{terminal|text= root_dir=$PWD export PLATFORMIO_CORE_DIR=$root_dir/pio git clone https://github.com/platformio/platformio-core-installer cd plat…」)
 
(相違点なし)

2024年1月30日 (火) 08:44時点における最新版

メッセージについての情報 (編集)
このメッセージについての説明文はありません。 このメッセージがどこでどのように使用されているか知っている場合は、説明文を投稿して他の翻訳者を助けてください。
メッセージ定義 (Guide:Marlin)
== PlatformIO をインストールする ==
{{terminal|text=
root_dir=$PWD
export PLATFORMIO_CORE_DIR=$root_dir/pio
git clone https://github.com/platformio/platformio-core-installer
cd platformio-core-installer && python3 get-platformio.py
}}

Install PlatformIO