Skip to content

Commit d4ce8c2

Browse files
committed
Update readme
1 parent bd32464 commit d4ce8c2

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Tool to build and unpack [SPIFFS](https://github.com/pellepl/spiffs) images.
1111
<number>] [--] [--version] [-h] <image_file>
1212
1313
14-
Where:
14+
Where:
1515
1616
-c <pack_dir>, --create <pack_dir>
1717
create spiffs image from a directory
@@ -46,6 +46,21 @@ Where:
4646
4747
4848
```
49+
## Build
50+
51+
You need gcc (>= 4.8) and make. On Windows, use MinGW.
52+
53+
Run:
54+
```bash
55+
$ make dist
56+
```
57+
58+
### Build status
59+
60+
Linux | Windows
61+
------|-------
62+
[![Linux build status](http://img.shields.io/travis/igrr/mkspiffs.svg)](https://travis-ci.org/igrr/mkspiffs) | [![Windows build status](http://img.shields.io/appveyor/ci/igrr/mkspiffs.svg)](https://ci.appveyor.com/project/igrr/mkspiffs)
63+
4964

5065
## License
5166

@@ -55,7 +70,4 @@ MIT
5570

5671
- Error handling
5772
- Determine the image size automatically when opening a file
58-
- Unpack
59-
- Automated builds
6073
- Code cleanup
61-

0 commit comments

Comments
 (0)