Skip to content

Commit b7ff183

Browse files
committed
Update README.md
1 parent 0cba6e2 commit b7ff183

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Tool to build and unpack [SPIFFS](https://github.com/pellepl/spiffs) images.
33

44

5-
65
## Usage
76

87
```
@@ -55,7 +54,7 @@ Where:
5554
```
5655
## Build
5756

58-
You need gcc (>= 4.8) and make. On Windows, use MinGW.
57+
You need gcc (4.8) or clang(≥600.0.57), and make. On Windows, use MinGW.
5958

6059
Run:
6160
```bash
@@ -75,7 +74,7 @@ MIT
7574

7675
## To do
7776

78-
- [ ] Add more denug output and print spiffs debug output
77+
- [ ] Add more debug output and print SPIFFS debug output
7978
- [ ] Error handling
8079
- [ ] Determine the image size automatically when opening a file
8180
- [ ] Code cleanup

0 commit comments

Comments
 (0)