diff --git a/readme.md b/readme.md index d912305..7040a50 100644 --- a/readme.md +++ b/readme.md @@ -6,19 +6,24 @@ https://git.codingvm.codes/dieantwoord/Discord-Bot-Python.git --------------------------------------------------------------------------------------- Creating a new repository on the command line - -touch README.md ``` +touch README.md +`````` git init -`````` +``` +``` git checkout -b main -`````` +``` +``` git add README.md -`````` +``` +``` git commit -a -m "first commit" -`````` +``` +``` git remote add origin https://git.codingvm.codes/dieantwoord/Discord-Bot-Python.git -`````` +``` +``` git push -u origin main ``` ---------------------------------------------------------------------------------------