diff --git a/README.md b/README.md index b709233..9ad5223 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ For any support needs or feature requests, contact Allymonies. Radon is in active development! +![Demonstration of Radon in action](https://user-images.githubusercontent.com/7727003/211228781-40f30016-ed4c-4e9f-84b7-6b6108ef657d.png) +![Radon's config editor](https://user-images.githubusercontent.com/7727003/211228836-8a7a9d10-b5a2-49a6-a8f3-63626c34c8bf.png) + + + # Installation While you can install Radon with the Howlfile, or just copying all the files to the computer, it is recommended to use the installer, `pastebin run TPG238zDDP` (SCPaste https://p.sc3.io/TPG238zDDP). This will download the required files, `radon.lua`, `config.lua`, and `products.lua`. @@ -47,4 +52,4 @@ Radon has support for custom layouts in lua. While shops like Xenon are easier to configure, Radon offers a lot of flexibility, you get to write the code that renders the layout. -An example layout is shipped with radon, `CardLayout.lua`. You can enable it by setting `config.theme.formatting.layout` to `"custom"` and `config.theme.formatting.layoutFile` to `"CardLayout.lua"`. If you'd like to know more about defining custom layouts, look at `CardLayout.lua`. Many useful components you may want to use are in the `components` folder of the source code. \ No newline at end of file +An example layout is shipped with radon, `CardLayout.lua`. You can enable it by setting `config.theme.formatting.layout` to `"custom"` and `config.theme.formatting.layoutFile` to `"CardLayout.lua"`. If you'd like to know more about defining custom layouts, look at `CardLayout.lua`. Many useful components you may want to use are in the `components` folder of the source code.