Update 'README.md'

This commit is contained in:
Sarimoko 2021-07-08 03:36:52 +00:00
parent e585452fd4
commit ce08b2c2d5
1 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,29 @@
# Gitea_template
# HTML
Heyo TEAMPLATE for each code languages own git repo. DISREGARD THIS REPO!
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
```