Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Jul 27, 2022
1 parent 09b2142 commit 03a52e8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ $ yay -S flipperzero-tea-bin

# local pkg manager
## debian / ubuntu
dpkg -i flipperzero-tea-v0.1.0-linux-amd64.deb
$ dpkg -i flipperzero-tea-v0.1.0-linux-amd64.deb

## rhel / fedora / suse
rpm -i flipperzero-tea-v0.1.0-linux-amd64.rpm
$ rpm -i flipperzero-tea-v0.1.0-linux-amd64.rpm

## alpine
apk add --allow-untrusted flipperzero-tea-v0.1.0-linux-amd64.apk
$ apk add --allow-untrusted flipperzero-tea-v0.1.0-linux-amd64.apk

# windows & macOS
# -> I'm sure you'll figure something out. (No binaries for macOS due to crosscompilation errors)
Expand All @@ -46,4 +46,5 @@ $ flipperzero-tea server -l 127.0.0.1:2222

# connect to the server (from the same machine)
$ ssh localhost -p 2222
```
```
Currently the ssh server supports no authentiaction methods so use it with caution.

0 comments on commit 03a52e8

Please sign in to comment.