Micro: A more convenient text editor to use on duo

After the clone project, you need to install the go compiler environment and run it

go mod tidy && GOARCH=riscv64 GOOS=linux go build ./cmd/micro/

Then copy the compiled micro binary file to duo via scp for immediate execution

scp -O  ./micro root@192.168.42.1:/root/             
2 Likes