Skip to content

Commit

Permalink
docs(instalación): Agregar instrucción para clonar repositorio AurumP…
Browse files Browse the repository at this point in the history
…lus en carpeta .config
  • Loading branch information
yofreOrmaza committed Nov 30, 2023
1 parent aa67903 commit 5fba977
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Crear un proyecto C++ desde AurumPlus

- [¿Como clonar este repositorio?]()
- [Requisitos](#requisitos)
- [Bug Fixes (Lista de Errores Solucionados)](/GuideForErrors.md/)

Expand Down Expand Up @@ -45,3 +46,14 @@ Una vez haya creado su programa es necesario compilarlo.
```bash
./nombreDelPrograma
```

---

## Instalación

#### Clona este repositorio

```bash
git clone --depth 1 https://github.com/yofreOrmaza/AurumPlus ~/.config/nvim
nvim
```

1 comment on commit 5fba977

@yofreOrmaza
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closes: #2

Please sign in to comment.