From cca659181e66dec8602b81e0e37c2afa0b7e1242 Mon Sep 17 00:00:00 2001 From: blob42 Date: Mon, 7 Nov 2022 14:07:08 +0100 Subject: [PATCH] readme update --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afc7339..593214b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ My scripts/tools for rust development ### list of tools: -- rcargo: run remote cargo commands on remote workstation/server and output builds and binaries into local machine +#### rcargo: + +Run remote cargo commands on remote workstation/server and output builds and +binaries into local machine. + +##### Todo: +* [ ] Building local project on remote machine + * [ ] rsync local changes and build + * [ ] add/exclude build artifacts from sync