From b88fa5ca91e4c6fd9b90483d32a356054cc23c28 Mon Sep 17 00:00:00 2001 From: Vincent Gendron Date: Sat, 10 Aug 2024 17:43:10 +0200 Subject: [PATCH] feat(Task): Added task directory --- task/configuration.md | 18 ++++++++++++++++++ task/installer.md | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 task/configuration.md create mode 100644 task/installer.md diff --git a/task/configuration.md b/task/configuration.md new file mode 100644 index 0000000..1312982 --- /dev/null +++ b/task/configuration.md @@ -0,0 +1,18 @@ +# Configuration + +## Todo + +### 0.0.1 + +- Add support for Linux +- Add documentation repository + +### Next + +- Add support for Windows +- Add support for MacOS + +## Doing + +## Done + diff --git a/task/installer.md b/task/installer.md new file mode 100644 index 0000000..d5f7434 --- /dev/null +++ b/task/installer.md @@ -0,0 +1,19 @@ +# Installer + +## Todo + +### 0.0.1 + +- Create a toml/json based structure to define programs/tools to download. +- Write the installer +- Add support for Linux +- Add installer repository + +### Next + +- Add support for Windows +- Add support for MacOS + +## Doing + +## Done