0

I'm running "wpdistillery/config.yml" and getting the error message

zsh: permission denied

cigien
  • 57,834
  • 11
  • 73
  • 112
knahdiya
  • 211
  • 1
  • 2
  • 4

1 Answers1

0

YAML files are typical configuration files, you can open and edit them with a texteditor of your choice (such as vim, nano or ee and many more) but you can't run them like a bash script. WPdistillery then access it and sets the configuration for Wordpress accordingly.

sengra
  • 1
  • 2
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Oct 26 '21 at 11:10