Staying on onedev for a little while longer

This commit is contained in:
2025-07-03 21:23:36 -05:00
parent f1dca82107
commit 8ae2135e31

View File

@ -1,16 +1,13 @@
Tesses Framework Tesses Framework
================ ================
## If you are on onedev
We are switching to [gitea](https://git.tesseslanguage.com/tesses50/tesses-framework)
## To Install ## To Install
- Install [mbedtls](https://github.com/Mbed-TLS/mbedtls) (use sudo apt install libmbedtls-dev on debian) for TessesFramework - Install [mbedtls](https://github.com/Mbed-TLS/mbedtls) (use sudo apt install libmbedtls-dev on debian) for TessesFramework
- Follow the commands bellow - Follow the commands bellow
## Run these commands to install tesses-framework ## Run these commands to install tesses-framework
```bash ```bash
git clone https://git.tesseslanguage.com/tesses-framework git clone https://onedev.site.tesses.net/tesses-framework
cd tesses-framework cd tesses-framework
mkdir build mkdir build
cd build cd build
@ -30,4 +27,4 @@ sudo make install
## Resources used from others ## Resources used from others
- [ca-certificate.crt (from ubuntu)](ca-certificate.crt) - [ca-certificate.crt (from ubuntu)](ca-certificate.crt)
- [TanoheSans-Regular.ttf (license OFL)](font/License-OFL.txt) - [TanoheSans-Regular.ttf (license OFL)](font/License-OFL.txt)