Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Nov 27, 2011
1 parent 6f4bfb4 commit c7f8a76
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,29 @@ Find broken packages in your sources.list (or sources.list.d/*). This code is [B

### Setup

1. best install REE
2. `gem install trollop`
3. clone this repo
#### GEMS!

gem install apt-repair-sources

#### From source

1. `gem install trollop`
2. clone this repo

### USAGE

Display broken entries on your system:

./apt-repair-sources.rb --dry-run
apt-repair-sources [--dry-run]

Fix broken entries:

./apt-repair-sources.rb --fix-it-for-me

apt-repair-sources --fix-it-for-me (or -f)

### TODO

* Step 1: display what's broken (**DONE**)
* Step 2: fix it (**DONE**)
* Step 3: autocorrect entries (e.g. distro moves from a mirror to archive, to old-releases)

* Step 3: autocorrect entries (e.g. distro moves from a mirror to archive, to old-releases) (**DONE**)
* Step 4: offer a gem (**DONE**)
* Step 5: add Debian support

0 comments on commit c7f8a76

Please sign in to comment.