Skip to content

fix: Specify main branch for Antigen installation guide#1

Open
ShintaroaSuzuki wants to merge 1 commit into
choplin:mainfrom
ShintaroaSuzuki:fix/antigen-installation-guide
Open

fix: Specify main branch for Antigen installation guide#1
ShintaroaSuzuki wants to merge 1 commit into
choplin:mainfrom
ShintaroaSuzuki:fix/antigen-installation-guide

Conversation

@ShintaroaSuzuki

Copy link
Copy Markdown

Summary

This PR fixes the Antigen installation command in the README to explicitly specify the main branch.

Problem

Antigen defaults to looking for the master branch when installing plugins. Since this repository uses main as the default branch, users following the current installation instructions would encounter an error.

Solution

Updated the installation command from:

antigen bundle choplin/cclog

to:

antigen bundle choplin/cclog@main

This ensures that Antigen correctly fetches from the main branch for proper installation.

Antigen defaults to the master branch, but this repository uses main.
This change explicitly specifies the main branch in the installation
command to ensure proper installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant