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
1 changed files with 4 additions and 9 deletions

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:
```
"Start by loading the configuration of Brea"
Gofer new
url: 'http://smalltalkhub.com/mc/Offray/Brea/main';
package: 'ConfigurationOfBrea';
load.
"After that load Brea"
ConfigurationOfBrea load.
Metacello new
smalltalkhubUser: 'Offray' project: 'Grafoscopio';
configuration: 'Grafoscopio';
load.
```
For further instructions and documentation the recommended way to proceed is by downloading, reading and executing