diff --git a/_projects/BottlerOS.md b/_projects/BottlerOS.md index 8def554..677cfab 100644 --- a/_projects/BottlerOS.md +++ b/_projects/BottlerOS.md @@ -21,7 +21,7 @@ Si tiene otra distribución consulte cómo hacerlo. Para compilar todos los archivos se debe ejecutar el script `build.sh` (desde la carpeta raíz del proyecto). Note que usted podrá pasarle como argumento `buddy` si desea compilar con este memory manager (por defecto no compilará con este). Además, si quiere probar el OS con el teclado en español lo podrá hacer pasandole como argumento `spanish`. Por último, el parámetro `free` liberará la memoria (que haya sido obtenida mediante `malloc`) al terminar o hacer `kill` de un proceso. -```bash +``` ./build.sh ``` @@ -31,13 +31,13 @@ Este script hará un `make` en la carpeta de `Toolchain` y luego un `make` en la Ahora, usted podrá ejecutar BottlerOS haciendo: -```bash +``` ./run.sh ``` Si, en su defecto, usted quiere correr el OS desde windows lo podrá hacer con: -```bash +``` ./run.bat ``` @@ -45,6 +45,6 @@ Si, en su defecto, usted quiere correr el OS desde windows lo podrá hacer con: En orden de realizar un análisis estático del sistema usted debe tener instalado [cppcheck](http://cppcheck.net/) y [pvs-studio](https://pvs-studio.com/). Luego, puede correrlos con: -```bash +``` make test ``` \ No newline at end of file diff --git a/_projects/p4_projects.md b/_projects/Hidrolimit.md similarity index 74% rename from _projects/p4_projects.md rename to _projects/Hidrolimit.md index cf8916a..4765056 100644 --- a/_projects/p4_projects.md +++ b/_projects/Hidrolimit.md @@ -2,7 +2,6 @@ layout: page title: Hidrolimit description: Water meter with electronic cut-off. -# redirect: https://github.com/santilococo/Hidrolimit github: https://github.com/santilococo/Hidrolimit importance: 4 category: personal diff --git a/_projects/calsais.md b/_projects/calsais.md index a5e02fe..42e4636 100644 --- a/_projects/calsais.md +++ b/_projects/calsais.md @@ -11,13 +11,13 @@ category: personal Run -```bash +``` curl -LO slococo.com.ar/calsais ``` and then -```bash +``` sh calsais ``` diff --git a/_projects/sadedot.md b/_projects/sadedot.md index c769b4c..8724b6c 100644 --- a/_projects/sadedot.md +++ b/_projects/sadedot.md @@ -11,7 +11,7 @@ category: personal [This][4] repo is supposed to be used as a submodule. So, if you already have a git repo with your dotfiles: -```bash +``` git submodule add git@github.com:santilococo/sadedot.git git submodule update --init ``` @@ -26,7 +26,7 @@ You should note that all of these dotfiles (files or folders) will be symlinked So, to run the script: -```bash +``` sh scripts/bootstrap.sh ``` @@ -57,7 +57,7 @@ You can install `libnewt` or `dialog` for a better experience, but they are not To keep the submodule up to date, you need to run: -```bash +``` git submodule foreach git pull ```