Skip to content

Commit

Permalink
Update README.md and small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedylandev committed Jan 16, 2024
1 parent 51f2d5a commit 8be95e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ go version
Then paste and run the following into your terminal:

```shell
git clone https://github.com/stevedylandev/pinata-go-cli && cd pinata-go-cli && go install .
git clone https://github.com/PinataCloud/pinata-go-cli && cd pinata-go-cli && go install .
```

## Usage
Expand Down Expand Up @@ -45,6 +45,7 @@ The following flags are also available to set the name or CID version of the upl
```shell
--version value, -v value Set desired CID version to either 0 or 1. Default is 1. (default: 1)
--name value, -n value Add a name for the file you are uploading. By default it will use the filename on your system. (default: "nil")
--cid-only Use if you only want the CID returned after an upload (default: false)

```
Expand Down
39 changes: 0 additions & 39 deletions install.sh

This file was deleted.

1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ type RequestsResponse struct {
}

func main() {
exeName := "pinata"
app := &cli.App{
Name: "pinata",
Usage: "A CLI for uploading files to Pinata! To get started make an API key at https://app.pinata.cloud/keys, then authorize the CLI with the auth command with your JWT",
Expand Down

0 comments on commit 8be95e5

Please sign in to comment.