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