diff --git a/README.md b/README.md index baaa52e..18574b5 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,19 @@ 使い方 ------ -先にGitBucketで空の新規リポジトリを作ってそこにpushする。 +先にGitBucketで空の新規リポジトリを作ってそこにpushする。 +右上メニュー → New Repository → で作成メニューを出し、 + +Owner | Repository name +------|------------------ +HiroseLabo.| 2033-自分のローマ字名 + +にし、◎Create an empty repository で作成する。 ~~~~ -% git clone ssh://git@www.yatex.org:29418/HiroseLabo./2021-Template.git -% cd 2021-Template -% git remote add origin ssh://git@www.yatex.org:29418/HiroseLabo./2021-自分のリポジトリ.git +% git clone ssh://git@www.yatex.org:29418/HiroseLabo./2023-Template.git +% cd 2023-Template +% git remote add origin ssh://git@www.yatex.org:29418/HiroseLabo./2023-自分のリポジトリ.git % git push -u origin master ~~~~