Leon-Soil-and-Water / aq-bot

Twitter bot that posts daily air quality repots on the Leon Soil and Water Twitter account
MIT License
0 stars 0 forks source link

recreate the 'templates' and 'finished' folder on the VM #17

Closed shelbygreen closed 2 years ago

shelbygreen commented 2 years ago

Steps:

  1. enter the VM: tmux a -t 0
  2. create folders: mkdir templates, mkdir finished
  3. upload files from the template folder to the VM
  4. move all files ending in .png to the templates' folder: `mv .png ./templates`
shelbygreen commented 2 years ago

done!