You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-12Lines changed: 34 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# Template repository for creating a custom Toit envelope
1
+
# Lightbug custom Toit envelopes
2
2
3
-
This repository can be used to create custom [envelopes](https://docs.toit.io/tutorials/containers)
4
-
for [Toit](https://toitlang.org/).
3
+
This repository creates custom [envelopes](https://docs.toit.io/tutorials/containers)
4
+
for [Toit](https://toitlang.org/) use with Lightbug devices, and is based on [this template repository](https://github.com/toitlang/template-custom-envelope).
5
5
6
-
There are already many [pre-built envelopes](https://github.com/toitlang/envelopes) available, but
7
-
if you need to create a custom envelope, this repository can be used as a starting point.
6
+
## Releases
8
7
9
-
## External services
8
+
You can find released envelopes under the Github releases page: https://github.com/lightbug-io/toit-envelopes/releases
10
9
11
-
See the [README-external-service.md](README-external-service.md) file for information on how to use external services.
10
+
Tags should have the format "v2.0.0-alpha.189.lb.yyymmdd".
11
+
In the case that multiple releases are made on the same day, the "yyyymmdd" part can be extended with a suffix, e.g. "yyyymmdd-1", "yyyymmdd-2", etc.
12
12
13
13
## Setup
14
14
@@ -18,8 +18,9 @@ See the [README-external-service.md](README-external-service.md) file for inform
0 commit comments