d62558de by Barry

Added missing step in readme.

1 parent 166f4c92
...@@ -114,6 +114,8 @@ PORT = 'COM1' ...@@ -114,6 +114,8 @@ PORT = 'COM1'
114 IPADDRESS = '192.168.1.122' 114 IPADDRESS = '192.168.1.122'
115 ``` 115 ```
116 116
117 Create a file called releasepw.conf with the password you used in the webrepl setup.
118
117 Run the release script: 119 Run the release script:
118 120
119 ``` 121 ```
......