luciopaiva / witchcraft

Inject Javascript and CSS right from your file system. Think GreaseMonkey for more advanced users.
https://luciopaiva.com/witchcraft
MIT License
254 stars 18 forks source link

Unclear folder location #12

Closed romgrk closed 5 years ago

romgrk commented 5 years ago

After 5 minutes of reading docs, I still don't know which folder the files must be put in.

luciopaiva commented 5 years ago

I need to iterate a few more times through the docs to make it easier to understand.

You can put your files in any folder you want (in my case, I use ~/.witchcraft). In the end, it just needs to match whatever you pass to Web Server for Chrome when you click the CHOOSE FOLDER button (see screenshot here).

I'll try and make the docs clearer when I have the time. Thanks for you feedback, @romgrk.

luciopaiva commented 5 years ago

Hey @romgrk,

I have rewritten the installation steps to make it more complete and also removed unnecessary information. Now there's also a FAQ page and I put your question there as well. I am closing this issue as done, but feel free to reopen it if you think the docs could improved even further.

Please see new instructions here: https://luciopaiva.com/witchcraft/how-to-install.html

Thanks!