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