Update README.md

config.ini => config.yaml
master
Gina Häußge 2013-02-26 15:14:06 +01:00
parent 0afad7d226
commit e3cc7ad941
1 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ This should hopefully run through without any compilation errors. You should the
o: commands..........: enabled
If you now point your browser to `http://<your Raspi's IP>:8080/?action=stream`, you should see a moving picture at 5fps.
Open `~/.octoprint/config.ini` and add the following lines to it:
Open `~/.octoprint/config.yaml` and add the following lines to it:
webcam:
stream: http://<your Raspi's IP>:8080/?action=stream
@ -246,4 +246,4 @@ After that you might also want to rename your base directory (which probably sti
and delete the folder `printer_webui` in your base folder (which stays there thanks to Python's compiled bytecode files
even after a rename of the Python package to `octoprint`).
After that you are set, the configuration files are migrated automatically.
After that you are set, the configuration files are migrated automatically.