Skip to content

Commit

Permalink
remove reduant windows instruction (and fix list numbers) (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
diniamo authored Feb 25, 2024
1 parent 4c20b19 commit 6002df8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,27 +158,23 @@ scoop install git mpv fzf
https://git-scm.com/download/win

(The next steps are to be done in the windows terminal, in a bash shell)
5. Symlink mpv to be in path.
```sh
ln -sf "$(scoop prefix for mpv)/mpv.exe" /usr/bin/mpv
```

6. Download the script file to the current directory
5. Download the script file to the current directory
```sh
curl -O "https://raw.githubusercontent.com/justchokingaround/lobster/main/lobster.sh"
```

7. Give it executable permissions
6. Give it executable permissions
```sh
chmod +x lobster.sh
```

8. Copy the script to path
7. Copy the script to path
```sh
cp lobster.sh /usr/bin/lobster
```

9. Use lobster
8. Use lobster
```sh
lobster <args> or lobster [movie/tv show]
```
Expand Down

0 comments on commit 6002df8

Please sign in to comment.