Skip to content

Commit c69641a

Browse files
authored
Update README.md
1 parent 3b311fd commit c69641a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@ Work in progress, please come back later.
55
Super early instructions:
66

77
```sh
8-
# build mod-os image (through docker and mod-plugin builder)
8+
# build mod-os image (through docker and mod-plugin-builder)
99
# NOTE: takes a very long time!
1010
make
1111

12-
# extract rootfs
13-
mkdir mod-os/rootfs.mount
14-
tar xf mod-os/rootfs.tar mod-os/rootfs.mount
15-
16-
# setup plugins, TODO
17-
# cp/rsync plugins/* mod-os/rootfs.mount/mnt/plugins/
12+
# build plugins
13+
# NOTE: takes a very long time!
14+
make -C plugins
1815

19-
# run the container with USB souncard
16+
# run the container with USB souncard (requires root)
2017
./mod-os/start.sh Rubix22
2118
```
19+
20+
There are also releases for Live-CD/USB images.

0 commit comments

Comments
 (0)