aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-07-28 19:24:44 -0400
committerSquibid <me@zacharyscheiman.com>2023-07-28 19:24:44 -0400
commitb6dff07a12522921cf834518821b1917e674422a (patch)
treef78749de98173aa3b77fbe7beb104295258dd862 /README.md
parentaf125691f7920c3d61d127a261298b38fce1ca30 (diff)
downloadeat-it-b6dff07a12522921cf834518821b1917e674422a.tar.gz
eat-it-b6dff07a12522921cf834518821b1917e674422a.tar.bz2
eat-it-b6dff07a12522921cf834518821b1917e674422a.zip
fix typo and make commands appear nicer
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 916ba9d..8d86744 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,11 @@ want from git repos.
## Installing Eat It
-### Fist time
+### First time
To install eatit run these two commands [Make sure you know what it does](https://explainshell.com/explain?cmd=curl+-L+https%3A%2F%2Fgit.squi.bid%2Feat-it%2Fplain%2Featit.lua+-o+~%2F.config%2Fmpv%2Fscripts%2Featit.lua+curl+-L+https%3A%2F%2Fgit.squi.bid%2Feat-it%2Fplain%2Featit-cfg.lua+-o+~%2F.config%2Fmpv%2Featit-cfg.lua):
-```sh
-curl -L https://git.squi.bid/eat-it/plain/eatit.lua -o ~/.config/mpv/scripts/eatit.lua
-curl -L https://git.squi.bid/eat-it/plain/eatit-cfg.lua -o ~/.config/mpv/eatit-cfg.lua
-```
+
+curl -L https://git.squi.bid/eat-it/plain/eatit.lua -o ~/.config/mpv/scripts/eatit.lua
+curl -L https://git.squi.bid/eat-it/plain/eatit-cfg.lua -o ~/.config/mpv/eatit-cfg.lua
### Bootstraping
The included bootstrap script will install and load eatit as soon as mpv starts.