diff --git a/README.md b/README.md index 8dae2348..ceb1900d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@

-This procedure shows how to create a **bootable** and **installable** Ubuntu Live (along with the automatic hardware detection and configuration) from scratch. +This procedure shows how to create a **bootable** and **installable** Ubuntu Live (along with the automatic hardware detection and configuration) from scratch. The steps described below are also available in this repo in the `/scripts` directory. + +## Ways of Using this Tutorial + +* (Recommended) follow the directions step by step below to understand how to build an Ubuntu ISO. +* Run the `build.sh` script in the `scripts` directory after checking this repo out locally. +* Fork this repo and run the github action `build`. This will generate an ISO in your github account. ## Prerequisites (GNU/Linux Debian/Ubuntu)