From f8fd0b589a921b10cc748b5e26a82ff13d10b8db Mon Sep 17 00:00:00 2001 From: Esteban Lorenzano Date: Thu, 1 Jun 2017 10:41:39 +0200 Subject: [PATCH] fix install text (it was old) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cbb08e916..1e0b983ebd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To better understand Iceberg (or even this documentation), I recommend reading t - NO LONGER NEEDED (Just for testing iceberg itself): Git v1.9.1 or later. ### Install Iceberg -We are in active development and many things have changed! Until we release an official stable version we recommend you install it using the following expression (version dev-0.4): +The stable version of iceberg can be installed executing this: ```Smalltalk Metacello new @@ -22,6 +22,8 @@ Metacello new load. ``` +**Notice**: Iceberg is already included in [Pharo 6.0](http://github.com/pharo-project/pharo) + ### Update Iceberg If you have downloaded a previous version of Iceberg, and you want to update it, you can do: ```