Skip to content

Commit

Permalink
Adds hint to disable confirmFirstUseOfStyle to README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen authored Sep 28, 2023
1 parent 4a415fa commit 90e3c6f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A Smalltalk implementation of the Babylonian Programming System.

## How to install
1. Get [a recent trunk Squeak][squeakorg]
1. Get [a recent Squeak][squeakorg]
2. Load [Metacello][metacello]
3. Finally, load Babylonian/S with the following command:

Expand All @@ -15,6 +15,11 @@ Metacello new
repository: 'github://hpi-swa-lab/babylonian-programming-smalltalk:main/packages';
load.
```
4. (Recommended) Disable the preference for notifications on saving methods with styles. This prevents that you will be asked whether you want to save style information whenever you save a method with probes.

```Smalltalk
Preferences disable: #confirmFirstUseOfStyle.
```

## Current State

Expand Down

0 comments on commit 90e3c6f

Please sign in to comment.