diff options
author | rubo77 <github@r.z11.de> | 2017-10-18 13:31:33 +0200 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2017-10-18 13:31:33 +0200 |
commit | c315147921c17d7d0412ab036563a0dbff92c9b6 (patch) | |
tree | 080c6a53a7eb96a74b9cae76ef5bcf5c4633577c /README.md | |
parent | a94da8a9b82ec99bafd1ccad32223bcc246554b6 (diff) | |
parent | 95ce0dda4a5f9468360b9ec922838dbf80904aa9 (diff) |
Merge remote-tracking branch 'origin/lede' into nightly
# Conflicts:
# .travis.yml
# README.md
# i18n/de.po
# i18n/en.po
# make-release.sh
# modules
# site.conf
# site.mk
# tests/validate_site.sh
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -33,6 +33,12 @@ You can always find the current release at https://freifunk.in-kiel.de/firmware. # Development +## Validation + +You can validate your changes to this repository by calling the validate_site.sh file with + + tests/validate_site.sh + ## General process - Usually no commits should affect `master` directly. |