From 8617415908f70ff452aa69cd35646ede05825a6c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 10 Feb 2022 11:32:11 -0300 Subject: [PATCH] Update .md --- _projects/BottlerOS.md | 10 ---------- _projects/p1_project.md | 21 +++++++++++++++++++-- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/_projects/BottlerOS.md b/_projects/BottlerOS.md index 72443a8..8def554 100644 --- a/_projects/BottlerOS.md +++ b/_projects/BottlerOS.md @@ -8,16 +8,6 @@ github: https://github.com/slococo/BottlerOS category: university --- -# BottlerOS - -BottlerOS es un sistema operativo. - -## Tabla de contenidos -* [Requisitos](#requisitos) -* [Compilación](#compilación) -* [Ejecución](#ejecución) -* [Testeos](#tests) - ## Requisitos Debe instalar nasm, qemu, gcc, make. Estos se encuentran disponibles en el repositorio de la vasta mayoría de distribuciones de Linux/macOS. diff --git a/_projects/p1_project.md b/_projects/p1_project.md index 2b1cc1e..a5e02fe 100644 --- a/_projects/p1_project.md +++ b/_projects/p1_project.md @@ -2,8 +2,25 @@ layout: page title: calsais description: Arch Linux semi-automatic installation script. -redirect: https://github.com/santilococo/calsais github: https://github.com/slococo/calsais importance: 1 category: personal ---- \ No newline at end of file +--- + +### Usage + +Run + +```bash +curl -LO slococo.com.ar/calsais +``` + +and then + +```bash +sh calsais +``` + +You can use `-d`, `-f` or `-s` to enable logging. + +The script only supports UEFI boot mode. \ No newline at end of file