facebook twitter hatena line email

Dotnet/mpcインストール

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

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