Skip to content

Commit

Permalink
Merge pull request supermamon#6 from navanchauhan/patch-1
Browse files Browse the repository at this point in the history
added bzip2 and unzip commands
  • Loading branch information
supermamon authored Jul 12, 2018
2 parents cd909ee + be52870 commit 29566ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ This data are the links that appear at the bottom of every depication. The data
```

#### 3. Link the depiction page to your Packages file.

Unzip by using `bunzip2 Packages.bz2`

Your depiction like should look like this:
```text
Depiction: https://username.github.io/repo/depictions/?p=[idhere]
Expand All @@ -99,7 +102,7 @@ Replace `[idhere]` with your actual package id.
Depiction: https://username.github.io/repo/depictions/?p=com.supermamon.oldpackage
```
#### 4. Almost there
Compress your Packages file to bzip2 and there you have it! In case you haven't done yet, add your repo `https://username.github.io/repo/` to cydia. One final touch is to update `index.html`. Look at line 18 and 19. Change line 18 into your own **brand** and line 19 to have your own URL. Line2 27-44 contains the list of packages. You can edit those too.
Compress your Packages file to bzip2 using `bzip2 Packages` and there you have it! In case you haven't done yet, add your repo `https://username.github.io/repo/` to cydia. One final touch is to update `index.html`. Look at line 18 and 19. Change line 18 into your own **brand** and line 19 to have your own URL. Line2 27-44 contains the list of packages. You can edit those too.
```html
16 <div class="container">
17 <div class="well">
Expand All @@ -115,4 +118,4 @@ Compress your Packages file to bzip2 and there you have it! In case you haven't
## What Next?
If you want to put more information on your depictions, see the other sample in `\depictions\com.supermamon.newpackage\`. This sample contains all the information that is supported.

Also, this guide is mostly a work in progress. I'll add up more details soon -- screenshots, more samples, repo icon, etc. If you have any questions, contact [@reposi3](https://twitter.com/reposi3) or [@supermamon](https://twitter.com/supermamon).
Also, this guide is mostly a work in progress. I'll add up more details soon -- screenshots, more samples, repo icon, etc. If you have any questions, contact [@reposi3](https://twitter.com/reposi3) or [@supermamon](https://twitter.com/supermamon).

0 comments on commit 29566ec

Please sign in to comment.