# Updating Keeping autoenv up to date depends on your installation method: ## Method ### Homebrew If you installed autoenv with homebrew, run the following: ```sh $ brew update 'autoenv' ``` ### With npm If you installed autoenv with npm, run the following: ```sh $ npm update -g '@hyperupcall/autoenv' ``` ### With Git If you installed autoenv with Git, run the following: ```sh git -C ~/.autoenv pull ```