> For the complete documentation index, see [llms.txt](https://xen.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xen.js.org/xen-text/installation.md).

# Installation

Installation and files

To install, simply remix the project by clicking [here](https://glitch.com/edit/#!/remix/my-language)

Your project should have 3 files:

* start.sh, **This contains the command you input into the console**
* tests.xt, **This is an example of what the script would look like, all XenText scripts have the .xt extension**
* xent.py, **This is where the lexer is located, it is coded in python and this is where the parser looks to find the command**

## &#x20;<a href="#test-your-installation" id="test-your-installation"></a>
