Skip to content

Commit bafffc3

Browse files
committed
fix: update README.md
1 parent 03f17d6 commit bafffc3

File tree

2 files changed

+14
-33
lines changed

2 files changed

+14
-33
lines changed

README.md

Lines changed: 13 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,17 @@
22
<br />
33
<p align="center">
44
<a href="https://github.com/Novout/He4rt-CPP-Tutorial">
5-
<img src="docs/.vuepress/public/images/he4rtlogo.png" alt="Logo" width="350" height="300">
5+
<img src="docs/.vuepress/public/images/footer_4noobs.svg" alt="Logo" width="60%">
66
</a>
77

88
<h3 align="center">Tutorial de C++ da He4rt Developers</h3>
9-
10-
<p align="center">
11-
<strong>Este curso ainda está sendo desenvolvido.</strong>
12-
<br />
13-
<a href="https://novout.github.io/He4rt-CPP-Tutorial/"><strong>Explore a documentação »</strong></a>
14-
<br />
15-
<br />
16-
<a href="https://github.com/Novout/He4rt-CPP-Tutorial/issues">Report Bug</a>
17-
·
18-
<a href="https://github.com/Novout/He4rt-CPP-Tutorial/issues">Request Feature</a>
19-
</p>
209
</p>
2110

2211
<!-- TABLE OF CONTENTS -->
2312

24-
## Table of Contents
13+
## Conteúdo
2514

26-
- [Sobre o Projeto](#sobre-o-projeto)
27-
- [Desenvolvido Com](#desenvolvido-com)
28-
- [Iniciando](#iniciando)
29-
- [Pré-requisitos](#pré-requisitos)
30-
- [Instalação](#instalação)
31-
- [Como Usar](#como-usar)
32-
- [Contribuidores](#contribuidores)
33-
- [Como Contribuir](#como-contribuir)
34-
- [Licença](#licença)
35-
- [Contato](#contato)
15+
- **Para não precisar rodar o projeto localmente, pode acessar diretamente por** [aqui](https://novout.github.io/cpp4noobs/)
3616

3717
<!-- ABOUT THE PROJECT -->
3818

@@ -63,7 +43,7 @@ Os programas a seguir são necessários para estender, modificar e utilizar o pr
6343
1. Clone o repositorio
6444

6545
```sh
66-
git clone https://github.com/Novout/He4rt-CPP-Tutorial.git
46+
git clone https://github.com/Novout/cpp4noobs.git
6747
```
6848

6949
2. Instale as dependências
@@ -79,13 +59,13 @@ yarn install
7959
Para iniciar o servidor de desenvolvimento utilize o seguinte comando
8060

8161
```sh
82-
yarn docs:dev
62+
yarn dev
8363
```
8464

8565
Para realizar a build do projeto execute o seguinte comando
8666

8767
```sh
88-
yarn docs:build
68+
yarn build
8969
```
9070

9171
## Contribuidores
@@ -100,10 +80,11 @@ Contribuições fazem com que a comunidade open source seja um lugar incrível p
10080
são **extremamente apreciadas**
10181

10282
1. Realize um Fork do projeto
103-
2. Crie um branch com a nova feature (`git checkout -b feature/AmazingFeature`)
104-
3. Realize o Commit (`git commit -m 'Add some AmazingFeature'`)
105-
4. Realize o Push no Branch (`git push origin feature/AmazingFeature`)
106-
5. Abra um Pull Request
83+
2. Adicione o conteúdo (`git add -A`)
84+
3. Crie um branch com a nova feature (`git checkout -b feature/featureBraba`)
85+
4. Realize o Commit (`git commit -m 'adicionando conteudo brabo'`)
86+
5. Realize o Push no Branch (`git push origin feature/featureBraba`)
87+
6. Abra um Pull Request
10788

10889
<!-- LICENSE -->
10990

@@ -119,9 +100,9 @@ He4rt Developers - [@He4rt_Developers](https://twitter.com/He4rtDevs)
119100

120101
Thiago Rezende - [@HorusHe4rt](https://twitter.com/HorusHe4rt) - bitrateti@gmail.com
121102

122-
Giovane Cardoso - [@NovoutT](https://twitter.com/NovoutT)
103+
Giovane Cardoso - [@NovoutT](https://twitter.com/NovoutT) - novout@hotmail.com
123104

124-
Link do Projeto: [https://github.com/Novout/He4rt-CPP-Tutorial](https://github.com/Novout/He4rt-CPP-Tutorial)
105+
Link do Projeto: [https://github.com/Novout/He4rt-CPP-Tutorial](https://github.com/Novout/cpp4noobs)
125106

126107
## Base
127108

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
home: true
3-
heroImage: /images/he4rtlogo.png
3+
heroImage: /images/footer_4noobs.svg
44
actionText: Inicie Agora →
55
actionLink: /tutorial/
66
features:

0 commit comments

Comments
 (0)