diff options
| author | 2020-10-23 16:47:39 +0200 | |
|---|---|---|
| committer | 2020-10-23 16:47:39 +0200 | |
| commit | d537202c5d89d7f585902626d0802bbbe52dbb5e (patch) | |
| tree | ddfb562dc21b21975848cf5d937dca5479a98040 | |
| parent | dfb682bc44e15f3db4cee270ad57a04bf61464a0 (diff) | |
| download | libirecovery-d537202c5d89d7f585902626d0802bbbe52dbb5e.tar.gz libirecovery-d537202c5d89d7f585902626d0802bbbe52dbb5e.tar.bz2 | |
README: Add missing saveenv to example
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -60,6 +60,7 @@ device. | |||
| 60 | For instance to make your device boot into normal mode again use: | 60 | For instance to make your device boot into normal mode again use: |
| 61 | ```shell | 61 | ```shell |
| 62 | setenv auto-boot true | 62 | setenv auto-boot true |
| 63 | saveenv | ||
| 63 | reboot | 64 | reboot |
| 64 | ``` | 65 | ``` |
| 65 | 66 | ||
| @@ -111,4 +112,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc. | |||
| 111 | This project is an independent software library and has not been authorized, | 112 | This project is an independent software library and has not been authorized, |
| 112 | sponsored, or otherwise approved by Apple Inc. | 113 | sponsored, or otherwise approved by Apple Inc. |
| 113 | 114 | ||
| 114 | README Updated on: 2020-06-14 | 115 | README Updated on: 2020-10-23 |
