mirror of
https://github.com/pellepl/spiffs.git
synced 2026-07-30 07:17:45 +00:00
minor readme cleanup
This commit is contained in:
@@ -25,7 +25,9 @@ Spiffs is designed with following characteristics in mind:
|
||||
|
||||
## BUILDING
|
||||
|
||||
TL;DR: `mkdir build; make`. Otherwise, configure the `builddir` variable towards the top of `makefile` as something opposed to the default `build`. Sanity check on the host via `make test` and refer to `.travis.yml` for the official in-depth testing procedure. See the wiki for [integrating](https://github.com/pellepl/spiffs/wiki/Integrate-spiffs) spiffs into projects and [spiffsimg](https://github.com/nodemcu/nodemcu-firmware/tree/master/tools/spiffsimg) from [nodemcu](https://github.com/nodemcu) is a good example on the subject.
|
||||
`mkdir build; make`
|
||||
|
||||
Otherwise, configure the `builddir` variable towards the top of `makefile` as something opposed to the default `build`. Sanity check on the host via `make test` and refer to `.travis.yml` for the official in-depth testing procedure. See the wiki for [integrating](https://github.com/pellepl/spiffs/wiki/Integrate-spiffs) spiffs into projects and [spiffsimg](https://github.com/nodemcu/nodemcu-firmware/tree/master/tools/spiffsimg) from [nodemcu](https://github.com/nodemcu) is a good example on the subject.
|
||||
|
||||
|
||||
## FEATURES
|
||||
|
||||
Reference in New Issue
Block a user