aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Murphy <alec@checksum.fail>2017-03-19 12:07:13 -0400
committerAlec Murphy <alec@checksum.fail>2017-03-19 12:07:13 -0400
commit78213c1b0dadc89c9685f780302ba4b55026312b (patch)
tree8cb5d0c8e2cd7577c638dca00901c9c4d9a3e6d9
parent3c7398d748668b1c0147cdbf51344057d0abadb1 (diff)
Updated README.
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index a13df2a..4e0efd0 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,12 @@ There's a bootable ISO under Releases, burn a CD, boot native, and
#include "Demo";
```
-The background music spawns a task on CPU#2, you can change that if you'd like by download the ISO.C or cloning the repo. (You might have to change file paths in Demo.HC)
+The background music spawns a task on CPU#2, you can change that if you'd like by download the ISO.C or cloning the repo. To install to hard disk from the ISO.C:
+
+```
+ #include "Install";
+```
+
+will install to the `::/Apps/tosdemo` directory.
Enjoy!