From ca20120794e9ce58a52114924a2b1b854cb296bd Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Sat, 28 Dec 2024 14:56:55 -0600 Subject: [PATCH] Filling out Readme.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71c9509..9423d2a 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ Tesses Cross Language ![CrossImage](logo.png) - - ## What is required to build this project - [TessesFramework](https://gitea.site.tesses.net/tesses50/tesses-framework) - Jansson (but can be turned off but is strongly recommended otherwise many programs will not work) @@ -16,12 +14,15 @@ Tesses Cross Language ## Run these commands to install crosslang (or use binaries from [here](https://crosslang.tesseslanguage.com/download/)) ```bash +git clone https://gitea.site.tesses.net/tesses50/crosslang +cd crosslang mkdir build cd build cmake -S .. -B . make sudo make install ``` + ``` Ye are of God, little children, and have overcome them: because greater is he that is in you, than he that is in the world. (1 John 4:4) ```