Skip to content

Commit 53d715e

Browse files
author
Slyke
committed
Updated readme with instructions on how to select experimental features
1 parent eccff23 commit 53d715e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ cd ~/IOTstack && bash ./menu.sh
3737
docker-compose up -d
3838
```
3939

40+
## Experimental Features
41+
Want to have the latest and greatest features? Switch to the experimental branch:
42+
```
43+
git pull && git checkout experimental
44+
./menu.sh
45+
```
46+
47+
Do note that the experimental branch may be broken, or may break your setup, so ensure you have a good backup, and please report any issues.
4048

4149
## Migrating from the old repo?
4250
```

0 commit comments

Comments
 (0)