facebook twitter hatena line email

Dotnet/mpcインストール

提供: 初心者エンジニアの簡易メモ
2024年10月22日 (火) 16:58時点におけるAdmin (トーク | 投稿記録)による版 (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を入れる。

mpcインストール確認

ls ~/.dotnet/tools/mpc