mers/old/build_scripts/install_nu_plugin.sh

6 lines
246 B
Bash
Executable File

#!/usr/bin/env sh
cd ../mers
cargo build --features nushell_plugin --profile nushellplugin
cp target/nushellplugin/mers ../build_scripts/nu_plugin_mers
echo "done. now run 'register nu_plugin_mers' in nu. You should then be able to use mers-nu."