diff --git a/README.md b/README.md index c03fb8f..75b3986 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,29 @@ -# Gitea_template +# HTML -Heyo TEAMPLATE for each code languages own git repo. DISREGARD THIS REPO! \ No newline at end of file +Heyo is a Hello World for HTML + +*** + +* [View File](https://code.sarimoko.com/Heyo/HTML/src/branch/html5/index.html) +* [View RAW](https://code.sarimoko.com/Heyo/HTML/raw/branch/html5/index.html) + +```bash +sudo wget -O index.html https://code.sarimoko.com/Heyo/HTML/raw/branch/html5/index.html +``` + +or + +##### Clone the source + +```bash +sudo apt update -qq && sudo apt install -y git +sudo mkdir /srv/apps && sudo mkdir /srv/apps/heyo +sudo git clone git@ssh.sarimoko.com:Heyo/HTML.git /srv/apps/heyo/html +``` + +##### Create Dir & Copy + +```bash +sudo mkdir /var/www/yourprojectname +cp +``` \ No newline at end of file