From 5a3153440299fdf5f5d074ff1a22329f72bfceff Mon Sep 17 00:00:00 2001 From: PengiCoder <125250316+PengiCoder@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:01:39 +0000 Subject: [PATCH] Added install.md and @MrPiggy105 can you make the icon /wiki/pengios-wiki/docs/img/favicon.ico --- pengios-wiki/docs/index.md | 14 +------------- pengios-wiki/docs/install.md | 6 ++++++ pengios-wiki/mkdocs.yml | 1 + 3 files changed, 8 insertions(+), 13 deletions(-) create mode 100644 pengios-wiki/docs/install.md diff --git a/pengios-wiki/docs/index.md b/pengios-wiki/docs/index.md index 09ce60b..4e46b9a 100644 --- a/pengios-wiki/docs/index.md +++ b/pengios-wiki/docs/index.md @@ -1,15 +1,3 @@ # Pengi OS Wiki -## Directory - -* `mkdocs new [dir-name]` - Create a new project. -* `mkdocs serve` - Start the live-reloading docs server. -* `mkdocs build` - Build the documentation site. -* `mkdocs -h` - Print help message and exit. - -## Project layout - - mkdocs.yml # The configuration file. - docs/ - index.md # The documentation homepage. - ... # Other markdown pages, images and other files. +## Description \ No newline at end of file diff --git a/pengios-wiki/docs/install.md b/pengios-wiki/docs/install.md new file mode 100644 index 0000000..35bda45 --- /dev/null +++ b/pengios-wiki/docs/install.md @@ -0,0 +1,6 @@ +# How to Install + +### Step 1 +Create a bootable drive using [Rufus (Windows)](https://rufus.ie) or [Balena Etcher (Linux)](https://www.balena.io/etcher) +### Step 2 +@MrPiggy105 finishes the os and how to set it up \ No newline at end of file diff --git a/pengios-wiki/mkdocs.yml b/pengios-wiki/mkdocs.yml index d290b15..1ed7625 100644 --- a/pengios-wiki/mkdocs.yml +++ b/pengios-wiki/mkdocs.yml @@ -6,3 +6,4 @@ theme: nav: - Home: index.md - Get Started: getstarted.md +- Installation: install.md