18 lines
319 B
Markdown
18 lines
319 B
Markdown
This is a repostiory to experiment with GT4Beam
|
|
## Installation
|
|
|
|
```st
|
|
Metacello new
|
|
repository: 'gitea://QTIL/GtBeamExperiment:master/src';
|
|
baseline: 'GtBeamExperiment';
|
|
load
|
|
```
|
|
|
|
## Load Lepiter
|
|
|
|
After installing with Metacello, you will be able to execute
|
|
|
|
```
|
|
#BaselineOfGtBeamExperiment asClass loadLepiter
|
|
```
|