- Descarga el repositorio y guárdalo donde quieras
- Instala mdpdf ejecutando en terminal:
npm install mdpdf -g
- Para convertir un archivo, ejecuta:
mdpdf nombre_del_archivo.md
- Se te guardará como
nombre_del_archivo.pdf
- Utilidades -> C para dummies
- Comandos -> comandos.pdf
- Comandos -> comandos2.md
- Resumen -> resum.md (T1, T2 y T3)
- Resumen -> resum2.md (T4)
- Problemas -> Problemas Resueltos
- Exams Laboratorio -> Exámenes de Lab
- Resumen -> resum.md (T1, T2 y T3)
- Resumen2 -> resum2.md (T4)
- Comandos -> Comandos más comunes
- Comandos -> Comnados de Linux
- Comandos -> comandos.pdf
- Comandos -> comandos2.pdf
- Utilidades -> Template para signals
- Utilidades -> Template para Usage y Errores
We are always thrilled to receive pull requests, and do our best to process them as fast as possible. Not sure if that typo is worth a pull request? Do it! We will appreciate it.
If your pull request is not accepted on the first try, don't be discouraged! If there's a problem with the implementation, hopefully you received feedback on what to improve.
Do you want to contribute? You can learn how from this free series How to Contribute to an Open Source Project on GitHub