Skip to content

Commit

Permalink
fix git cmd typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Dec 7, 2022
1 parent 58faf4f commit 3858930
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 @@ -4,7 +4,7 @@ This module configures fonts that you add for system-wise usage.

## Usage

1. Clone this repository: `git clone ---depth 1 https://github.com/JingMatrix/MagiskFonts`;
1. Clone this repository: `git clone --depth=1 https://github.com/JingMatrix/MagiskFonts`;
2. Create a directory `system/fonts`: `mkdir -p system/fonts`;
3. Put your fonts inside `system/fonts`, currently `ttf` files work well;
4. Pack and install the zip module: `7z a MagiskFonts.zip META-INF customize.sh module.prop system tool`.
Expand Down

0 comments on commit 3858930

Please sign in to comment.