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 [email protected]:/root/             
3 Likes

Thanks for sharing this new editor tool :slight_smile:

2 Likes