aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbadetitou2022-03-24 17:35:45 +0100
committerbadetitou2022-03-24 17:35:45 +0100
commit6319bfb0306efd07dd1e0cb7706abc1645f176dc (patch)
tree28178247aec4baca723aa081b72210a48df6ceda
parentf37623ddf0b857ea461cd5845f08485c40ac78b3 (diff)
downloadaur-6319bfb0306efd07dd1e0cb7706abc1645f176dc.tar.gz
improve readme
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4b0272365f5..99d1ea577fc0 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,17 @@ This project includes the PKDBUILD file used for the aur repository to download
The aur repository is [here](https://aur.archlinux.org/packages/pharo-launcher/).
Please add commentaries to the aur repository for any issues.
+
+## Important information
+
+For **Pharo 9**, this build use a vm bundle made by [Benoit Verhaeghe](https://badetitou.fr).
+This bundle fixes bugs with libgit2.
+
+## Build locally
+
+To build locally the project, first clone this project.
+Then
+
+```sh
+makepkg -si
+```