From 1376a0b852ff3ddba52ec63eaa32a5781df02e1b Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Fri, 6 May 2022 16:11:17 +0100 Subject: [PATCH] Initial commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a4a43d --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# ox + +This is the repository for the unraid ox plugin. + + + +Ox is a code editor that runs in your terminal. + +For more information see the [ox repository](https://github.com/curlpipe/ox). +## dev + +Drone builds the plugin source using cargo on a new tag creation. + +Tag versions follow ox releases.