From 41e3b341752df96f7fb114dde9fc6f33292e2210 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sat, 26 Jun 2021 21:03:23 -0400 Subject: [PATCH] update readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 8b8290e..7ab650b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ # myshellin +myshellin es un proyecto semestral del ramo Sistemas Operativos. El propósito de este proyecto es crear un shell básico. +## Autores +- Christopher Cromer +- Raúl Raúl Hernandez + +## Requisitos software +- glibc +- make +- clang + +## Requisitos informe +- latex +- pdflatex + +## Compilar + +### Software +make myshellin + +### Informe +make informe + +## Licencia +El proyecto es bajo la licencia "[The 3-Clause BSD License](LICENSE)".