Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed some minor issues.
Corrigido alguns problemas.
  • Loading branch information
PulgolinO authored and PulgolinO committed Jun 20, 2014
1 parent 4198c0f commit 9cd8ea8
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,45 @@ bj2feeder

RSS downloader for BJ2 Torrent Tracker

**Requirements**
feedparser, wget
####Requirements
```feedparser, wget```

**How to install the requirements**
####How to install the requirements
Copy & paste this code in your terminal:

```sh
$ sudo apt-get install wget python-pip python-dev build-essential
$ sudo pip install --upgrade pip
$ sudo pip install feedparser
```

**Usage of the script**
#####Usage of the script
Just run the script using the command:

```sh
$ python bj2feeder.py
```

**Yay! It's so easy that I can't believe! \o/**

----------------------------------------------
---

**RSS Downloader para BJ2 Torrent Tracker**
bj2feeder
=========

**Requirementos**
feedparser, wget
RSS Downloader para BJ2 Torrent Tracker

**Como instalar os requerimentos**
Copie e cole no seu terminal:
####Requirementos
```feedparser, wget```

####Como instalar os requerimentos
Copie e cole no seu terminal:
```sh
$ sudo apt-get install wget python-pip python-dev build-essential
$ sudo pip install --upgrade pip
$ sudo pip install feedparser
```

**Usando o script**
####Usando o script
Apenas execute o script utilizando o comando:

```sh
$ python bj2feeder.py
```
Expand Down

0 comments on commit 9cd8ea8

Please sign in to comment.