mers/old/build_scripts/install_nu_plugin.sh

6 lines
246 B
Bash
Raw Normal View History

2023-04-30 21:35:28 +02:00
#!/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."