# When the dotnet ef command gives a not found error. Run this to install it. dotnet tool install --global dotnet-ef
dotnet tool install --global dotnet-ef
export PATH="$PATH:$HOME/.dotnet/tools/"