Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
usagrada committed Mar 14, 2022
1 parent cf6590d commit 3c76e41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified doc/doc.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/doc.saty
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ document(|
最新のデータにアップデートするために同じコマンドを使用できます。
}
}
+cmd (`cargo install --force --git https://github.com/usagrada/satysfi-formatter.git`);
+cmd (`git clone https://github.com/usagrada/satysfi-formatter.git
+cmd (`cargo install --force --git https://github.com/usagrada/satysfi-formatter.git --branch main`);
+cmd (`git clone -b main https://github.com/usagrada/satysfi-formatter.git
cd satysfi-formatter
cargo install --path .
`);
Expand Down
4 changes: 2 additions & 2 deletions doc/draft.saty
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ document(|
最新のデータにアップデートするために同じコマンドを使用できます。
}
}
+cmd (`cargo install --force --git https://github.com/usagrada/satysfi-formatter.git`);
+cmd (`git clone https://github.com/usagrada/satysfi-formatter.git
+cmd (`cargo install --force --git https://github.com/usagrada/satysfi-formatter.git --branch main`);
+cmd (`git clone -b main https://github.com/usagrada/satysfi-formatter.git
cd satysfi-formatter
cargo install --path .
`);
Expand Down

0 comments on commit 3c76e41

Please sign in to comment.