-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# pharo-scripts | ||
Bunch of st scripts used for managing Pharo images and projects | ||
|
||
This project contains my settings for my Pharo images. | ||
|
||
The settings st files will load the project containing my settings. | ||
|
||
They can be in multiple form: | ||
- New classes | ||
- New extensions methods | ||
- Class side methods called in the initialize to customize some values | ||
- Class side methods called in the initialize to install some things | ||
- Class side methods called in the initialize to add metalinks changing the Pharo behavior |