docs: fix typo

This commit is contained in:
naskya 2023-09-17 13:44:26 +09:00
parent 31c5c6512d
commit 37d12a95db
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -210,7 +210,7 @@ Repository url where you want to install:
$ rm -rf calckey/files calckey/custom calckey/.config
$ cp -r calckey.old/files calckey
$ cp -r calckey.old/custom calckey
$ cp -r calckey.old/config calckey
$ cp -r calckey.old/.config calckey
```
1. 新しい Firefish のディレクトリ (e.g., `./calckey`) に入り、`develop` ブランチに行く(既にそうなっているはず)
```sh