Cereal84 / AnadiCSV

A tool to execute SQL query on CSV file
MIT License
3 stars 3 forks source link

Create .config/anadi directory via install.sh #9

Closed Cereal84 closed 20 hours ago

Cereal84 commented 20 hours ago

The tool expects to have $HOME/.config/anadi/ directory but its creation is user duty. To help the user this creation should be done in install.sh script.

Fabelair commented 20 hours ago

@Cereal84 hey I got the answer for that...so I added a simple line that creates the dir when running the ./install.sh because it only needs to be run one time