jasonmccreary / git-trim

MIT License
367 stars 10 forks source link

Add how to update section to README #6

Closed the-dijkstra closed 2 years ago

the-dijkstra commented 2 years ago

Description

I think we need to a section to README. With instruction on how to update to the latest version.

When installed as NPM global package, It's simple as running npm update -g git-trim.

But for the case of installing this package as zsh plugin, I think we need to add instructions to update:

cd $ZSH_CUSTOM/plugins/git-trim && git fetch && git pull
jasonmccreary commented 2 years ago

Will do. I also need to add something about the new --dry-run option.

jasonmccreary commented 2 years ago

Updated.