Skip to content

Commit

Permalink
docs: use install command instead of mv (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 10, 2024
1 parent 1c43777 commit 622dccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PASS=npU7pmkkYfuUdKfqzm2BtDfBPEe4pizrXyPVj8Fby3KaUtehNu3ToDtM8uEdGBr3AS9LRUkZixt

必要に応じて `pcsc-rs.exe` のショートカットを `shell:startup` に追加すれば、PC と同時に起動するようになります。

Linuxの場合、`sudo mv pcsc-rs-* /usr/local/bin/pcsc-rs`を実行し、Systemdに登録します。\
Linuxの場合、`sudo install -D --no-target-directory pcsc-rs-* /usr/local/bin/pcsc-rs`を実行し、Systemdに登録します。\
`sudo --preserve-env=EDITOR systemctl edit --force --full pcsc-rs.service`
```
[Unit]
Expand Down

0 comments on commit 622dccb

Please sign in to comment.