File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 55The founding idea behind this project is to provide small container
66images 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
You can’t perform that action at this time.
0 commit comments