Update .md
This commit is contained in:
parent
26a314074f
commit
8617415908
|
@ -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 <a name="requisitos"></a>
|
||||
|
||||
Debe instalar nasm, qemu, gcc, make. Estos se encuentran disponibles en el repositorio de la vasta mayoría de distribuciones de Linux/macOS.
|
||||
|
|
|
@ -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
|
||||
---
|
||||
---
|
||||
|
||||
### Usage <a name="usage"></a>
|
||||
|
||||
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.
|
Loading…
Reference in New Issue