hackersgame
commited on
Commit
•
d8eedbb
1
Parent(s):
d54aba1
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
base_model:
|
|
|
1 |
+
MAGI
|
2 |
+
---
|
3 |
+
A Live USB image of MAGI OS (Debian with AI tools baked in)
|
4 |
+
|
5 |
+
Install:
|
6 |
+
- dd if=/path/to/MAGI.iso of=/dev/<USB device> bs=4M status=progress; sync
|
7 |
+
- Boot USB from BIOS
|
8 |
+
- This is only a live environment for now. An installer is planned, though.
|
9 |
+
|
10 |
+
Links:
|
11 |
+
- [website](https://255.one)
|
12 |
+
- [source](https://github.com/ruapotato/MAGI)
|
13 |
+
|
14 |
---
|
15 |
license: gpl-3.0
|
16 |
base_model:
|