Skip to content

Commit

Permalink
Make README more useable
Browse files Browse the repository at this point in the history
and copy&paste-able :)

Adapted from this original PR:

#12

Co-authored-by: Viktor Szépe <[email protected]>
  • Loading branch information
semperos and szepeviktor committed Apr 26, 2024
1 parent 1fb9ddb commit 4c29a01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This shell script will export all of your Shortcut organization data to JSON fil

You'll need a Shortcut API token defined as an environment variable (see below). If you don't have a token already, you can create one by navigating to Settings > My Account > API Tokens.

```sh
$ export SHORTCUT_API_TOKEN="YOUR API TOKEN HERE"
$ ./exporter.sh
```shell
curl -o "exporter.sh" "https://github.com/useshortcut/exporter/raw/main/exporter.sh"
SHORTCUT_API_TOKEN="YOUR API TOKEN HERE" ./exporter.sh
```

## Development
Expand Down

0 comments on commit 4c29a01

Please sign in to comment.