diff --git a/site/getting-started.pug b/site/getting-started.pug index 95db308..0353801 100644 --- a/site/getting-started.pug +++ b/site/getting-started.pug @@ -76,7 +76,38 @@ html(lang="en") div(class="col-lg-2") div(class="col-lg-8") - h4(class="border-bottom pb-2 fw-bold") Prequesites + h4(class="border-bottom pb-2 fw-bold") Getting Started + p Before installing Uartix, make sure you have JDK 22 (or OpenJDK) installed on your system. Follow the steps below to get started on different operating systems and to build various components from the source. + br + + h5(class="border-bottom pb-2 fw-bold") Installing Uartix + + b(class="pb-2") Linux + ol + li Download the .deb File: Go to the release page and download the latest *.deb file for Uartix. + li + p Install Uartix: Open your terminal and navigate to the directory where the .deb file is located. Run the following command to install Uartix: + div(class="bg-primary w-100") + p(class="text-white m-0 ms-2") Terminal + code(class="text-dark") + pre(class="border border-primary p-2") + | sudo dpkg -i uartix_*.deb + li Running Uartix: After successfully install the .deb package, you can now run the command uartix on your terminal. + br + + b(class="pb-2") Windows + ol + li Download the .zip File: Go to the release page and download the latest .zip file for Windows. + li Extract the File: Extract the contents of the .zip file to C:\uartix. + li Set Environment Path Add C:\uartix\bin to your Environment Path variables to ensure you can run Uartix from any command prompt. + br + + b(class="pb-2") Firmware Installation + p To install the Uartix firmware on your Raspberry Pi Pico, follow these steps: + ol + li Enter Flash Mode: Connect your Raspberry Pi Pico to your system while holding the BOOTSEL button to enter flash mode. + li Download the UF2 Binary: Download the UF2 binary of the Uartix firmware from the release page. + li Install the Firmware: Drag and drop the downloaded UF2 file into the Raspberry Pi Pico storage that appears on your computer. div(class="col-lg-2")