diff --git a/Readme.fr.md b/Readme.fr.md
index 4991be6..af992ef 100644
--- a/Readme.fr.md
+++ b/Readme.fr.md
@@ -8,3 +8,17 @@
:warning: **ATTENTION : _Nous DÉCONSEILLONS FORTEMENT d'utiliser ce tourniquet en situation réel tant que plus de test n'ont pas été fait._** :warning:
_Ce Readme sera ecrit plus tard._
+
+## Licence
+
+_Le texte de la licence "Creative Common" est en anglais si dessous pour info :_
+
+```
+"3D-printed SOF-T-like tourniquet" (c) by @distorsion
+
+"3D-printed SOF-T-like tourniquet" is licensed under a
+Creative Commons Attribution 4.0 International License.
+
+You should have received a copy of the license along with this
+work. If not, see .
+```
diff --git a/Readme.md b/Readme.md
index d1dc743..2ccdc23 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,6 +1,6 @@
# 3D-printed SOF-T-like tourniquet
-## Tourniquet de type SOF-T imprimé en 3D
+## _Tourniquet de type SOF-T imprimé en 3D (**version francaise [ici](./Readme.fr.md)**)_
[![fr](https://img.shields.io/badge/lang-fr-red.svg)](./Readme.fr.md)
[![en](https://img.shields.io/badge/lang-en-green.svg)](./Readme.md)
@@ -16,6 +16,28 @@ We will use a lot of their testing as comparison, and recommend using the same p
Even though the GliaX tourniquet project is an amazing and fully developed project, we still thought that their could be place four our design, as we designed a tourniquet that requires some sawing, but way less than the GliaX design (_as ours is design around the SOF-T design rather than the CAT design_) ; with also less printed parts.
We know our design makes application slightly slower than with a CAT-like tourniquet (like the GliaX tourniquet), but we estimate the difference to be marginal (less than 5 seconds), thus we believe the gain in cost and manufacturing could still make it a viable option in some context.
-## 2 - Design of our tourniquet
+## 2 - The design of our tourniquet
-_This Readme will be written later._
\ No newline at end of file
+_To do._
+
+## 3 - Recommanded usage of our tourniquet
+
+_To do._
+
+## 4 - Testing and performance of our tourniquet
+
+We have a detailed review of our current performance testing of this tourniquet available at [manual/tests-results.md](./manual/tests-results.md).
+
+If you have the ability to do more lab performance testing, don't hesitate to contact us by email at the address [distorsion@systemli.org](mailto:distorsion@systemli.org), we would be happy to send you a few assembled tourniquet to get testing data !
+
+## License
+
+```
+"3D-printed SOF-T-like tourniquet" (c) by @distorsion
+
+"3D-printed SOF-T-like tourniquet" is licensed under a
+Creative Commons Attribution 4.0 International License.
+
+You should have received a copy of the license along with this
+work. If not, see .
+```
diff --git a/manual/convert-to-pdf.sh b/manual/convert-to-pdf.sh
deleted file mode 100755
index 3aee78d..0000000
--- a/manual/convert-to-pdf.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-files=$(ls *.md)
-
-OIFS="$IFS"
-IFS=$'\n'
-for file in $files; do
- tmpfile=.$(basename "${file%.*}").html
- outfile=$(basename "${file%.*}").pdf
- pandoc -f markdown+emoji -t html -o $tmpfile $file
- pandoc -f html -t pdf -o $outfile $tmpfile --pdf-engine=lualatex -V geometry:margin=2.5cm -V mainfont="DejaVu Sans"
-done
-IFS=$OIFS
\ No newline at end of file
diff --git a/manual/test-results.md b/manual/test-results.md
deleted file mode 100644
index c487d0e..0000000
--- a/manual/test-results.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# _3D-printed SOF-T-like tourniquet_ - Test results
-
-_This page will be written later._
\ No newline at end of file
diff --git a/manual/tests-results.md b/manual/tests-results.md
new file mode 100644
index 0000000..1882ecd
--- /dev/null
+++ b/manual/tests-results.md
@@ -0,0 +1,3 @@
+# _3D-printed SOF-T-like tourniquet_ - Tests results
+
+_This page will be written later._
\ No newline at end of file