File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,17 @@ and also features an implementation of <a href="https://highlightjs.org/">Highli
1313for 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
1728tinyw is a work-in-progress simple markup language, it aims to provide a simple standardized way to
1829write 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:
5761By default you don't really need to modify the permissions on your server, but if you do want that,
5862the ones you are free to hide from the web are:
You can’t perform that action at this time.
0 commit comments