fix pipx run command (#118)

Add the required `--spec` argument
このコミットが含まれているのは:
Chad Smith 2020-08-20 12:40:34 -07:00 committed by GitHub
コミット 6ba5e8f165
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -75,7 +75,7 @@ Persistent install:
Sandboxed temporary instance:
`pipx run git+https://github.com/benbusby/whoogle-search.git whoogle-search`
`pipx run --spec git+https://github.com/benbusby/whoogle-search.git whoogle-search`
### D) pip
`pip install whoogle-search`