Skip to content

Commit

Permalink
Simplificação de texto no README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-mbm committed Jul 18, 2015
1 parent 8daa6a8 commit d2f3e10
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Este é o repositório do site da OpenStreetMap Brasil, uma associação de mape

## Como ajudar?

O site é feito em Jekyll. Para rodar localmente, clone o repositório e rode `jekyll serve --watch`.
O site é feito em Jekyll. Para testá-lo localmente, clone o repositório, rode o comando `jekyll serve --watch`, e então acesse [localhost:4000](http://localhost:4000).

Se você precisa instalar o Jekyll, siga a instrução específica de seu sistema operacional (abaixo).
Caso precise instalar o Jekyll, siga as instruções para o seu sistema operacional (abaixo).

### Jekyll em Arch Linux

Expand All @@ -28,13 +28,6 @@ $ alias jekyll='~/.gem/ruby/2.2.0/bin/jekyll'
$ source ~/.bashrc
```

4) Executar
```sh
$ jekyll serve --watch
```

5) Então acessar [localhost:4000](http://localhost:4000)

### Jekyll em Ubuntu

1) Instalar
Expand All @@ -48,5 +41,3 @@ $ sudo gem install github-pages --no-rdoc --no-ri
```sh
$ jekyll serve --watch
```

3) Então acessar [localhost:4000](http://localhost:4000)

0 comments on commit d2f3e10

Please sign in to comment.