「Dotnet/mpcインストール」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==mpcとは== MessagePackGeneretor ==mpcインストール== dotnet tool install --global messagePack.generator ==mpcインストール確認== ls ~/.dotnet/tools/mpc」) |
(→初期設定ファイル追加) |
||
(同じ利用者による、間の1版が非表示) | |||
行4: | 行4: | ||
==mpcインストール== | ==mpcインストール== | ||
dotnet tool install --global messagePack.generator | dotnet tool install --global messagePack.generator | ||
+ | |||
+ | ===初期設定ファイル追加=== | ||
+ | <pre> | ||
+ | cat << \EOF >> ~/.zprofile | ||
+ | # .NET Core SDK tools | ||
+ | export PATH="$PATH:/Users/[user1]/.dotnet/tools" | ||
+ | EOF | ||
+ | </pre> | ||
+ | [user1]に自分のuserを入れる。 | ||
+ | |||
+ | ~/.zprofile に入ってればok | ||
==mpcインストール確認== | ==mpcインストール確認== | ||
ls ~/.dotnet/tools/mpc | ls ~/.dotnet/tools/mpc |
2024年10月22日 (火) 16:58時点における最新版
mpcとは
MessagePackGeneretor
mpcインストール
dotnet tool install --global messagePack.generator
初期設定ファイル追加
cat << \EOF >> ~/.zprofile # .NET Core SDK tools export PATH="$PATH:/Users/[user1]/.dotnet/tools" EOF
[user1]に自分のuserを入れる。
~/.zprofile に入ってればok
mpcインストール確認
ls ~/.dotnet/tools/mpc