Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 13, 2024
1 parent 1836dfb commit 7c69fd9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 425 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,10 @@ and debugging support.
| Requirement | Release Version | Description
|-----------------------|------------------|---------------
| [mulle-objc-runtime](https://github.com/mulle-objc/mulle-objc-runtime) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | ⏩ A fast, portable Objective-C runtime written 100% in C11
| [mulle-fprintf](https://github.com/mulle-core/mulle-fprintf) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag//.svg) [![Build Status](https://github.com///workflows/CI/badge.svg?branch=release)](https://github.com///actions/workflows/mulle-sde-ci.yml) | 🔢 mulle-fprintf marries mulle-sprintf to stdio.h


## Add

**This project is a component of the [mulle-core](//github.com/mulle-core/mulle-core) library. As such you usually will *not* add or install it
individually, unless you specifically do not want to link against
`mulle-core`.**


### Add as an individual component

Use [mulle-sde](//github.com/mulle-sde) to add mulle-objc-debug to your project:
Expand Down
10 changes: 1 addition & 9 deletions cola/properties.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
repo="mulle-objc-runtime";
url="https://github.com/mulle-objc/mulle-objc-runtime";
user="mulle-objc";
},
{
description="🔢 mulle-fprintf marries mulle-sprintf to stdio.h";
domain="github";
name="mulle-fprintf";
repo="mulle-fprintf";
url="https://github.com/mulle-core/mulle-fprintf";
user="mulle-core";
}
)
);
}

0 comments on commit 7c69fd9

Please sign in to comment.