Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep authored Sep 21, 2023
1 parent ba67710 commit 243fabe
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
[![License](https://img.shields.io/github/license/OpenSmock/ProjectName.svg)](./LICENSE)
[![License](https://img.shields.io/github/license/OpenSmock/DependencyTestProjectForBaseline.svg)](./LICENSE)

<badges for only one tests script>

[![Tests](https://github.com/OpenSmock/ProjectName/actions/workflows/Tests.yml/badge.svg)](https://github.com/OpenSmock/ProjectName/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)

<badges for separated tests scripts>

[![Pharo 11 CI](https://github.com/OpenSmock/ProjectName/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/OpenSmock/ProjectName/actions/workflows/Pharo11CI.yml)
[![Pharo 12 CI](https://github.com/OpenSmock/ProjectName/actions/workflows/Pharo12CI.yml/badge.svg)](https://github.com/OpenSmock/ProjectName/actions/workflows/Pharo12CI.yml)
[![Pharo 11 CI](https://github.com/OpenSmock/DependencyTestProjectForBaseline/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/OpenSmock/DependencyTestProjectForBaseline/actions/workflows/Pharo11CI.yml)

# ProjectName
Project description here.
This project is a dependency of [TestProjectForBaseline](https://github.com/OpenSmock/TestProjectForBaseline).

## Getting Started

Expand All @@ -22,14 +13,14 @@ To install the project on your Pharo image you can just execute the following sc

```smalltalk
Metacello new
baseline: 'ProjectName';
repository: 'github://OpenSmock/ProjectName:main/src';
baseline: 'DependencyTestProjectForBaseline';
repository: 'github://OpenSmock/DependencyTestProjectForBaseline:main/src';
load.
```

## Dependencies

No dependencies.
Latest version of Toplo.

## License

Expand Down

0 comments on commit 243fabe

Please sign in to comment.