summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index e220695..1d7f9a9 100644
--- a/README.md
+++ b/README.md
@@ -17,21 +17,20 @@ Next, to configure for x86_64 just run configure:
`./configure`
-Now you'll need to build the cross compiler by running:
+After running the configure script, you can now actually build Hyra:
-`make cross`
+`./hyra-build.sh`
-This may take awhile so just sit back, relax and do something else like... well I'm not you so
-I don't know what you like.
-
-After the cross compiler is done building you can build and run the project in a virtual machine:
-
-`make; make run`
+This will generate a new `Hyra.iso` file.
Documentation:
--------------
Documentation will be in the form of comments throughout the codebase and can also be found in the share/ directory within the project root.
+Hyra running on bare metal:
+--------------
+![Hyra](./.github/assets/hyra.png)
+
License:
--------
This project is licensed under the BSD-3 clause (SPDX Identifier: BSD-3-Clause)