Skip to content

Commit

Permalink
Changed branch name from master to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
speleolinux committed Feb 6, 2024
1 parent dd5d574 commit 16da8a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ at the latest version. You can see this by running `git branch`.

$ git branch
* (HEAD detached at v2.0.0)
master
main

Just remember that after the install you should switch back to the latest
version by checking out the "master" branch with this command:
version by checking out the "main" branch with this command:

$ git checkout master
$ git checkout main

And you can check your now at the up-to-date master branch:
And you can check your now at the up-to-date main branch:

$ git branch
* master
* main

Now proceed to the next step.

Expand Down

0 comments on commit 16da8a5

Please sign in to comment.