You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Currently supported LTS versions are: `squeak60`
87
+
88
+
To load a specific package, change the last line, e.g., `load: 'SimulationStudio-Base'`. See the [Metacello docs](https://github.com/Metacello/metacello/blob/master/docs/MetacelloScriptingAPI.md#load-options) for more options.
77
89
78
90
### ... as a dependency in your [Metacello baseline](https://github.com/dalehenrich/metacello-work/blob/master/docs/GettingStartedWithGitHub.md#create-baseline)
79
91
92
+
For the [latest Squeak Trunk](https://files.squeak.org/trunk/):
- Currently supported LTS versions are: `squeak60`
111
+
112
+
Depending on your needs, specify any other package(s) via `loads:`. See the [Metacello docs](https://github.com/Metacello/metacello/blob/master/docs/APIReference.md) for more options.
113
+
114
+
### ... using [Squot](https://github.com/hpi-swa/Squot)
115
+
116
+
Open a git browser, clone the repository, and check out the latest commit from the default branch or any LTS branch.
117
+
[Learn more](https://github.com/hpi-swa/Squot#getting-started-with-an-existing-remote-project) about using the git browser.
118
+
87
119
## Users of SimulationStudio
88
120
89
121
As of today, the following projects make use of SimulationStudio:
0 commit comments