Create README.md

This commit is contained in:
chendi0207
2023-08-15 13:48:12 +08:00
committed by GitHub
commit aaa3454fe3
+7
View File
@@ -0,0 +1,7 @@
echo "# my-TVBOX" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/chendi0207/my-TVBOX.git
git push -u origin main