We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768fe04 commit 4a67c84Copy full SHA for 4a67c84
README.md
@@ -0,0 +1,43 @@
1
+# C# Brasil
2
+
3
+## Configuração do ambiente de desenvolvimento
4
5
6
7
+#### Instalando o Ruby
8
9
+```shell
10
+sudo apt-get install ruby-full
11
+```
12
13
14
15
+#### Instalando o Bundler e Jekyll
16
17
18
+sudo gem install bundler jekyll
19
20
21
+#### Instalando as dependencias do projeto
22
23
24
+bundler install
25
26
27
+#### Executando o projeto
28
29
30
+bundle exec jekyll serve
31
32
33
34
35
+## Links de referência
36
37
+- [Installing Ruby](https://www.ruby-lang.org/en/documentation/installation/)
38
39
+- [Jekyll • Simple, blog-aware, static sites](https://jekyllrb.com/)
40
41
+-
42
43
0 commit comments