Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 418 Bytes

updating.md

File metadata and controls

29 lines (18 loc) · 418 Bytes

Updating

Keeping autoenv up to date depends on your installation method:

Method

Homebrew

If you installed autoenv with homebrew, run the following:

$ brew update 'autoenv'

With npm

If you installed autoenv with npm, run the following:

$ npm update -g '@hyperupcall/autoenv'

With Git

If you installed autoenv with Git, run the following:

git -C ~/.autoenv pull