Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Luidooo committed May 12, 2024
1 parent 97d5fe0 commit 1546135
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion PT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

## Como executar?
```bash
git clone https://github.com/edra-unb-fga/EdraDocs.git
```
```bash
pip install mkdocs-material
```
```bash
Expand All @@ -19,7 +22,7 @@ em seguida, acesse http://127.0.0.1:8000/

2. Clone o Repositório Forkado: Clone o repositório forkado para sua máquina local usando o comando git clone seguido pela URL do seu fork. Por exemplo:
```bash
git clone https://github.com/seu-nome-de-usuario/nome-do-repositorio.git
git clone https://github.com/edra-unb-fga/EdraDocs.git
```
3. Crie um Novo Branch: Crie um novo branch para trabalhar em suas alterações. Use um nome descritivo para seu branch que reflita as mudanças que você está fazendo. Por exemplo:
```bash
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

## How to run?
```bash
git clone https://github.com/edra-unb-fga/EdraDocs.git
```
```bash
pip install mkdocs-material
```
```bash
Expand All @@ -19,7 +22,7 @@ than enter on http://127.0.0.1:8000/

2. Clone the Forked Repository: Clone the forked repository to your local machine using the git clone command followed by the URL of your fork. For example:
```bash
git clone https://github.com/your-username/repository-name.git
git clone https://github.com/edra-unb-fga/EdraDocs.git
```
3. Create a New Branch: Create a new branch to work on your changes. Use a descriptive name for your branch that reflects the changes you're making. For example:
```bash
Expand Down

0 comments on commit 1546135

Please sign in to comment.