Skip to content

Commit

Permalink
Removed build folder and changed the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfireBird committed Dec 24, 2019
1 parent 2f19dec commit 50ddebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ The program only retrives top 25 posts from a subreddit and reddit user.

## Usage

Get the program or executable from [here] (/build).

**Warning**: Make sure to read any script from internet before running in your PC.

Usage: ```scrappdit [options] [command]```
Usage: ```node index.js [options] [command]```

Use `u` flag to get the top 25 posts of the user.

```scrappdit u <username> ```
```node index.js u <username> ```

Use `s` flag to get the hot 25 posts of the subreddit.

```scrappdit s <subredditname>```
```node index.js s <subredditname>```

List of options available:

Expand Down
Binary file removed build/scrapddit
Binary file not shown.

0 comments on commit 50ddebb

Please sign in to comment.