Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
📝 docs(*): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepe Luca authored and Sepe Luca committed May 31, 2019
1 parent a6debd1 commit 12f0adb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,24 @@
*.iws
*.iml
.idea/
go.sum

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.dat
*.DS_Store

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Goreleaser config and folder
dist/**
.goreleaser.yml
shrink.sh
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Go PS4

[![Go Report Card](https://goreportcard.com/badge/github.com/lucasepe/go-ps4)](https://goreportcard.com/report/github.com/lucasepe/go-ps4) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/gojp/goreportcard/blob/master/LICENSE)

> Search the Playstation Store for your favorite PS4 games using the command line.
This tool use [Colly](https://github.com/gocolly/colly) the Lightning Fast and Elegant Scraping Framework for Gophers


- Free [open source](https://github.com/lucasepe/go-ps4) software
- Works on [Linux](https://github.com/lucasepe/go-ps4/releases/download/v1.0.0/ps4-linux-amd64), [Mac OSX](https://github.com/lucasepe/go-ps4/releases/download/v1.0.0/ps4-darwin-amd64), [Windows](https://github.com/lucasepe/go-ps4/releases/download/v1.0.0/ps4-windows-amd64.exe)
- Just a single portable binary file


## How to use

### List available options
Expand Down

0 comments on commit 12f0adb

Please sign in to comment.