Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tiup/tiup-mirror-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TiUP mirrors are TiUP's component warehouse, which stores components and their m
You can create a TiUP mirror using one of the following two methods:

+ Execute `tiup mirror init` to create a mirror from scratch.
+ Execute `tiup mirrir clone` to clone from an existing mirror.
+ Execute `tiup mirror clone` to clone from an existing mirror.

After the mirror is created, you can add components to or delete components from the mirror using the `tiup mirror` commands. TiUP updates a mirror by adding files and assigning a new version number to it, rather than deleting any files from the mirror.

Expand Down