catppuccin / gtk

🪟 Soothing pastel theme for GTK3/4
GNU General Public License v3.0
913 stars 55 forks source link

docs(README): fix typos under manual installation #196

Closed 42willow closed 6 months ago

42willow commented 6 months ago

when trying to use local I get this error:

$ local ROOT_URL="https://https://github.com/catppuccin/gtk/releases/download"
bash: local: can only be used in a function
ghost commented 6 months ago

i think its better to use export

42willow commented 6 months ago

updated to use export instead of declare

ghost commented 6 months ago

updated to use export instead of declare

nice

42willow commented 6 months ago

oops I forgot to stage, one sec

ghost commented 6 months ago

also i improved the readme and included your changes on #197

42willow commented 6 months ago

also i improved the readme and included your changes on #197

Ok, I'll close this pr then.