Skip to content

Commit

Permalink
Remove outdated requirements / recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntimeX committed Apr 24, 2024
1 parent d602f52 commit 6306282
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ next project.

There are some requirements you should met before starting:

- Text editor with syntax highlighting for PHP, [Notepad++](https://notepad-plus-plus.org/) is a solid pick
- Text editor with syntax highlighting for PHP, [Notepad++](https://notepad-plus-plus.org/) or [Visual Studio Code](https://code.visualstudio.com/) are a solid pick
- `*.php` and `*.tpl` should be encoded with ANSI/ASCII
- `*.xml` are always encoded with UTF-8, but omit the BOM (byte-order-mark)
- Use tabs instead of spaces to indent lines
- It is recommended to set the tab width to `8` spaces, this is used in the entire software and will ease reading the source files
- An active installation of WoltLab Suite
- An application to create `*.tar` archives, e.g. [7-Zip](http://www.7-zip.org/) on Windows

Expand Down

0 comments on commit 6306282

Please sign in to comment.