Skip to content

Commit 393346b

Browse files
authored
Update README.md
1 parent 2fa5fae commit 393346b

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ and also features an implementation of <a href="https://highlightjs.org/">Highli
1313
for syntax highlighting.</p>
1414

1515
![image](https://user-images.githubusercontent.com/18470725/156728692-4895fca5-51ef-4c05-be2d-cf2caf147f70.png)
16+
17+
# Setting up
18+
1. Download the latest release, or lternatively if you want to be on the bleeding-edge with the
19+
latest features, you may download the repository directly and remove the unecessary files.
20+
2. After downloading the archive, extract it's contents into any (empty) directory of your
21+
website / webserver.
22+
3. Opening the webpage for the first time will come up with a configuration prompt.
23+
24+
# Running Dependencies
25+
* [PHP](https://secure.php.net/) >= 5.3.0
26+
1627
# using .tinyw file
1728
tinyw is a work-in-progress simple markup language, it aims to provide a simple standardized way to
1829
write code documentation.
@@ -46,13 +57,6 @@ _*bold and italic*_
4657
<html><button>Custom HTML Button</button></html>
4758
```
4859

49-
# Running Dependencies
50-
* [PHP](https://secure.php.net/) >= 5.6.0
51-
52-
# Setting up
53-
Simply drag the source files to any directory of your website, it's not recommended to mix these
54-
files with other files.
55-
5660
## Permissions:
5761
By default you don't really need to modify the permissions on your server, but if you do want that,
5862
the ones you are free to hide from the web are:

0 commit comments

Comments
 (0)