Skip to content

Commit

Permalink
Merge pull request #41 from pharo-graphics/doc
Browse files Browse the repository at this point in the history
README: describe branch name convention and workflow
  • Loading branch information
tinchodias authored Jul 7, 2024
2 parents f8801d6 + be59369 commit 2310ed2
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,23 @@
[![Tests](https://github.com/pharo-graphics/Album/actions/workflows/Tests.yml/badge.svg?branch=master)](https://github.com/pharo-graphics/Album/actions/workflows/Tests.yml)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 12](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 13](https://img.shields.io/badge/Pharo-13-%23aac9ff.svg)](https://pharo.org/download)

# Album

Album is a text editor library based on Bloc.
Album is a text editor library based on [Bloc](https://github.com/pharo-graphics/Bloc).
Album provide functions to create widgets with advanced text edition features as input field, text area, etc.

Originaly forked from Brick project editor.


## Installation
## Install

Load the stable Album in current stable Pharo with:
The project can be loaded as usual via Metacello, using the `BaselineOfAlbum` specification. To copy/paste a loading script, see the [wiki page](../../wiki/Install).

```Smalltalk
Metacello new
baseline: 'Album';
repository: 'github://pharo-graphics/Album:master/src';
onConflictUseIncoming;
load
```

Add Album to your project Baseline with:

```Smalltalk
spec baseline: 'Album' with: [ spec repository: 'github://pharo-graphics/Album:master/src' ].
```

For development, replace `master` by `dev` in previous code.
## Branches & Contributions

We describe our contribution workflow & branch name convention in [this wiki page](../../wiki/Branches-and-versions).

## License

Expand Down

0 comments on commit 2310ed2

Please sign in to comment.