Update 'README.md'
This commit is contained in:
parent
e585452fd4
commit
ce08b2c2d5
30
README.md
30
README.md
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue