From 29989b9fd7e319fb05ebed7dd989510fc9ab8be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher=20Andr=C3=A9s?= Date: Wed, 15 Oct 2025 22:51:18 +0200 Subject: [PATCH] UPDATE: Add info in README about the Dockerfile (#452) * UPDATE: Add info in README about the Dockerfile * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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