Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Jul 25, 2021
1 parent ac31226 commit 5d7902c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ You can get the device image from the CLI and copy it to the clipboard

## Install

You can install pbssc with homebrew.
You can install pbssc with Homebrew.

```
% brew tap sakebook/tap && brew install pbssc
```

## Setup
- Set environment variable `PBSSC_IMAGE_PATH` images save path to `.zshrc`.
- Set environment variable `PBSSC_IMAGE_PATH`. This is an images save path.

```
export PBSSC_IMAGE_PATH=/YOUR/PATH
Expand All @@ -26,11 +26,16 @@ export PBSSC_IMAGE_PATH=/YOUR/PATH
## Android device

```
% ./pbssc -a
% pbssc -a
```

## iOS device

```
% ./pbssc -i
% pbssc -i
```
## Save only screenshot from connected devices

```
% pbssc -s
```

0 comments on commit 5d7902c

Please sign in to comment.