diff --git a/Config.conf.md b/Config.conf.md new file mode 100644 index 0000000..d101160 --- /dev/null +++ b/Config.conf.md @@ -0,0 +1,14 @@ +# set up config.conf +the config file is meant to be modular, you only need to put in what you want. technically you do not need a file store, but you will miss out on a bunch features. For this tutorial we are going to make an example folderstore. Add the below to your config.conf, pick a path for you that is a blank folder non-system folder. + + +
+
config.conf
+
[store=folder]
+name="tutorial"
+path="C:\Users\Admin\Downloads\tutorial"
+
+
+ + +after your done save the file and restart the cli.py \ No newline at end of file