Actualizar 'README.md'

This commit is contained in:
Offray Vladimir Luna Cárdenas 2019-02-09 21:58:33 -05:00
parent 956409da7f
commit a37203a177

View File

@ -15,15 +15,10 @@ The [source code repository](http://smalltalkhub.com/#!/~Offray/Brea) is hosted
To start run this code from [Pharo](http://pharo.org/) 6.1: To start run this code from [Pharo](http://pharo.org/) 6.1:
``` ```
"Start by loading the configuration of Brea" Metacello new
Gofer new smalltalkhubUser: 'Offray' project: 'Grafoscopio';
url: 'http://smalltalkhub.com/mc/Offray/Brea/main'; configuration: 'Grafoscopio';
package: 'ConfigurationOfBrea';
load. load.
"After that load Brea"
ConfigurationOfBrea load.
``` ```
For further instructions and documentation the recommended way to proceed is by downloading, reading and executing For further instructions and documentation the recommended way to proceed is by downloading, reading and executing