diff --git a/Readme.md b/Readme.md index c00b0de..1435928 100644 --- a/Readme.md +++ b/Readme.md @@ -65,7 +65,7 @@ else: print("Wrong command!!!") print("To turn on the LED please type: ./led.py on") print("To turn off the LED please type: ./led.py off") - print("To make the LED blink please type: ./led.py b") + print("To make the LED blink please type: sudo ./led.py b") print("Script done") ``` ## Permisos del archivo @@ -88,5 +88,5 @@ Para apagar el LED se utiliza el siguiente comando: Para hacer parpadear el LED se utiliza el siguiente comando: ```sh -./Nombre_del_archivo.py b +sudo ./Nombre_del_archivo.py b ``` \ No newline at end of file