updated README

main
Philipp3107 2022-12-08 14:32:36 +01:00
parent c9cb5280d6
commit a94a20fccc
1 changed files with 5 additions and 0 deletions

5
makefile 100644
View File

@ -0,0 +1,5 @@
update_readme:
git add README.md
git commit -m "updated README"
git push -u origin main