mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 22:37:46 +01:00
6 lines
246 B
Bash
Executable File
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."
|