diff --git a/README.md b/README.md index 34bbf43..7445847 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,17 @@ This repository contains the main engine and the xlsx reader and writer. Programmed in Rust, you will be able to use it from a variety of programming languages like Python, JavaScript (wasm), nodejs and possibly R, Julia or Go. -We will build different _skins_: in the terminal, as a desktop application or use it in you own web application. +We will build different _skins_: in the terminal, as a desktop application or use it in your own web application. + +# Docker + +If you have docker installed just run: + +```bash +docker compose up --build +``` + +head over to to test the application. # Building