Skip to content

Commit 9069b8f

Browse files
committed
doc: relocate devguide
[skip ci] Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 869c292 commit 9069b8f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

developers.md renamed to doc/developers.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
The founding idea behind this project is to provide small container
66
images for embedded systems using [Buildroot][0].
77

8+
89
## Quick Start
910

1011
1. Clone this repo
@@ -13,9 +14,10 @@ images for embedded systems using [Buildroot][0].
1314
$ cd curiOS/
1415
$ git submodule update --init
1516

16-
2. Configure & Build
17+
2. Configure & Build
18+
For instance, start with the system container:
1719

18-
$ make curious_amd64_defconfig
20+
$ make curios_amd64_defconfig
1921
$ make
2022

2123
3. Upload your OCI image
@@ -28,4 +30,13 @@ images for embedded systems using [Buildroot][0].
2830
oci:rootfs-oci:<tag> docker://<user>/<image>[:tag]
2931

3032

33+
## Contributing
34+
35+
We welcome and encourage outside contributions! If you have any questions or
36+
ideas to share, don't hesitate to get in touch. We have a :speech_balloon:
37+
[Forum][1] for discussions, or you can simply open an :bug: [Issue][2] or
38+
Feature request.
39+
3140
[0]: https://buildroot.org
41+
[1]: https://github.com/orgs/kernelkit/discussions
42+
[2]: https://github.com/kernelkit/curiOS/issues

0 commit comments

Comments
 (0)