Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/onotch/get_gpv into main
Browse files Browse the repository at this point in the history
  • Loading branch information
onotch committed Jan 8, 2021
2 parents bab4013 + 087f5a1 commit 5089f73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ $ brew install coreutils
$ chmod +x get_gpv.sh
```

### 4. 定期的に実行させるため以下のいずれかを設定する
#### 4-1. crontabに設定する場合
### 4. 定期的(3時間毎)にスクリプトを実行させるためcrontabもしくはlaunchdでジョブスケジューリングする
#### a. crontabに設定する場合
```
$ crontab cron.conf
```
**設定ファイル内の`/Users/hoge/`は適切なパスに書き換えてください。**

#### 4-2. launchdに設定する場合(MacOSのみ)
#### b. launchdに設定する場合(MacOSのみ)
```
$ cp get_gpv.plist ~/Library/LaunchAgents/
$ launchctl load ~/Library/LaunchAgents/get_gpv.plist
```
**設定ファイル内の`/Users/hoge/`は適切なパスに書き換えてください**

## アーカイブした画像を見る方法
## アーカイブした画像を見るには
`archive/index.html`をWebブラウザで開いてください。

## GPV本家
Expand Down

0 comments on commit 5089f73

Please sign in to comment.