diff options
author | Bradley Taunt <bt@btxx.org> | 2024-02-02 13:05:54 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-02-02 13:05:54 -0500 |
commit | 13cec3d0fc257d0e65c9a1c06bfc71648722a506 (patch) | |
tree | aaf959aa898357abe14c45016a9071ce4d0587c0 /content/_pages/requirements.md |
Diffstat (limited to 'content/_pages/requirements.md')
-rw-r--r-- | content/_pages/requirements.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/_pages/requirements.md b/content/_pages/requirements.md new file mode 100644 index 0000000..2abc89a --- /dev/null +++ b/content/_pages/requirements.md @@ -0,0 +1,8 @@ +# Requirements + +1. `PHP 7.3` or higher +2. If using Linux, you will require the following packages in order to convert your images to base64 encoding: + - PHP XML -> `sudo apt-get install php-xml` + - PHP mbstring -> `sudo apt-get install php-mbstring` + +That's really it!
\ No newline at end of file |