Skip to content

Commit b6daae2

Browse files
committed
fix README.md
1 parent 0222ad5 commit b6daae2

File tree

3 files changed

+35
-439
lines changed

3 files changed

+35
-439
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,10 @@ is to bequeath the required dependencies [mulle-atinit](//github.com/mulle-core/
4444
| [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
4545
| [mulle-atinit](https://github.com/mulle-core/mulle-atinit) | ![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) | 🤱🏼 Compatibility library for deterministic initializers
4646
| [mulle-atexit](https://github.com/mulle-core/mulle-atexit) | ![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) | 👼 Compatibility library to fix atexit
47-
| [mulle-dlfcn](https://github.com/mulle-core/mulle-dlfcn) | ![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) | ♿️ Shared library helper
4847

4948

5049
## Add
5150

52-
**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
53-
individually, unless you specifically do not want to link against
54-
`mulle-core`.**
55-
56-
5751
### Add as an individual component
5852

5953
Use [mulle-sde](//github.com/mulle-sde) to add mulle-objc-runtime-startup to your project:

cola/properties.plist

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@
3434
repo="mulle-atexit";
3535
url="https://github.com/mulle-core/mulle-atexit";
3636
user="mulle-core";
37-
},
38-
{
39-
description="♿️ Shared library helper";
40-
domain="github";
41-
name="mulle-dlfcn";
42-
repo="mulle-dlfcn";
43-
url="https://github.com/mulle-core/mulle-dlfcn";
44-
user="mulle-core";
4537
}
46-
)
38+
);
4739
}

0 commit comments

Comments
 (0)