diff --git a/.github/README.md b/.github/README.md deleted file mode 100644 index 5b5a9ca..0000000 --- a/.github/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# How to use - -```bash -cd utilsWorkflows -``` - -```bash -chmod +x ./Famaf-Resources-Manager/update_w_from_parent.sh -``` - -```bash -./Famaf-Resources-Manager/update_w_from_parent.sh -``` - -## Update submodules - -```bash -git submodule update --remote -git add . -git commit -m "git submodule updated" -git push origin -``` - -## Update submodule path - -```bash -git mv old/submod new/submod -``` diff --git a/.github/workflows/README.md b/.github/workflows/README.md deleted file mode 100644 index 1696733..0000000 --- a/.github/workflows/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Tree - -[parentRepository](https://github.com/FAMAF-resources/parentRepository) -[childRepository](https://github.com/FAMAF-resources/childRepository) - -## .github/ diff --git a/README.md b/README.md index 601edae..1e8fca2 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,23 @@ git clone --recurse-submodules https://github.com/FAMAF-resources/4to_1C-Lenguaj git clone --recurse-submodules git@github.com:FAMAF-resources/4to_1C-LenguajesFormales_y_Computabilidad-FAMAF.git ``` -# Contribuciones +## Update + +```bash +git pull && git submodule update --init --recursive +``` + +# ¿Cómo contribuir? Este es un proyecto con fines de facilitar el acceso al material para estudio. -Cualquier persona puede realiza su aporte con apunte, libro, o actualizacion de este repositoro. Puede ser realizado por una pull request (PR) o comunicarse con los administradores. +Cualquier persona puede realizar su aporte, sea apunte, libro, o actualizacion de este repositoro. + +Puede ser realizado por una pull request (PR) o comunicándose con los administradores. + +# Nuestra comunidad + +[Sobre nosotros](https://github.com/FAMAF-resources/.github/tree/main/profile/README.md) # Contributors diff --git a/apuntes/.gitkeep b/apuntes/.gitkeep deleted file mode 100644 index e69de29..0000000