Skip to content

Commit

Permalink
Update clone command to clone main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Sep 30, 2024
1 parent 90241f1 commit 16c26f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Use this if you cannot install with Homebrew or npm.
First, clone this repository:

```sh
$ git clone 'https://github.com/hyperupcall/autoenv' ~/.autoenv
$ git clone -b main 'https://github.com/hyperupcall/autoenv' ~/.autoenv
```

Then, execute one of the following to ensure autoenv is loaded when you open a terminal:
Expand Down

0 comments on commit 16c26f9

Please sign in to comment.