I used SSH to connect to my Pi, though you may use these commands in a terminal directly.
ssh pi@raspberrypi
wget https://github.com/MonetaryUnit/MUE-Src/releases/download/v1.0.10.7/monetaryunit-1.0.10.7-arm-linux-gnueabihf.tar.xz
sudo tar --strip-components=8 -xvf monetaryunit-1.0.10.7-arm-linux-gnueabihf.tar.xz -C /usr/local
Optionally, use a bootstrap.dat if you have the space for it on your sdcard. You'll need 2GB+ free on /dev/root
df -h
Download and extract the bootstrap as per these instructions. Edit your conf to allow remote rpc commands by adding server, listen, and rpcallowip=ipaddr
rpcuser=monetaryunitrpc
rpcpassword=superstrongpassword
daemon=1
server=1
listen=1
rpcallowip=192.168.1.113
Then you may run monetaryunitd to start the daemon. Once synced, you may issue commands to your Pi MUE daemon from your desktop with rpcconnect=piaddress
monetaryunit-cli -rpcconnect=raspberrypi -rpcuser=monetaryunitrpc -rpcpassword=superstrongpassword getinfo
Or you can save those options in a new config and call it with
monetaryunit-cli -conf=pi.conf getinfo