Skip to content

Commit 3eb3a01

Browse files
committed
fix for README.md / overview.dot.svg
1 parent b6daae2 commit 3eb3a01

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.mulle/etc/sourcetree/graph/environment

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ is to bequeath the required dependencies [mulle-atinit](//github.com/mulle-core/
4141

4242
| Requirement | Release Version | Description
4343
|-----------------------|------------------|---------------
44-
| [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
45-
| [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
46-
| [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
44+
| [mulle-objc-runtime](https://github.com/mulle-objc/mulle-objc-runtime) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-objc/mulle-objc-runtime.svg) [![Build Status](https://github.com/mulle-objc/mulle-objc-runtime/workflows/CI/badge.svg?branch=release)](https://github.com/mulle-objc/mulle-objc-runtime/actions/workflows/mulle-sde-ci.yml) | ⏩ A fast, portable Objective-C runtime written 100% in C11
45+
| [mulle-atinit](https://github.com/mulle-core/mulle-atinit) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-core/mulle-atinit.svg) [![Build Status](https://github.com/mulle-core/mulle-atinit/workflows/CI/badge.svg?branch=release)](https://github.com/mulle-core/mulle-atinit/actions/workflows/mulle-sde-ci.yml) | 🤱🏼 Compatibility library for deterministic initializers
46+
| [mulle-atexit](https://github.com/mulle-core/mulle-atexit) | ![Mulle kybernetiK tag](https://img.shields.io/github/tag/mulle-core/mulle-atexit.svg) [![Build Status](https://github.com/mulle-core/mulle-atexit/workflows/CI/badge.svg?branch=release)](https://github.com/mulle-core/mulle-atexit/actions/workflows/mulle-sde-ci.yml) | 👼 Compatibility library to fix atexit
4747

4848

4949
## Add
@@ -75,7 +75,7 @@ Use [mulle-sde](//github.com/mulle-sde) to build and install mulle-objc-runtime-
7575

7676
``` sh
7777
mulle-sde install --prefix /usr/local \
78-
https://github.com///archive/latest.tar.gz
78+
https://github.com/mulle-objc/mulle-objc-runtime-startup/archive/latest.tar.gz
7979
```
8080

8181
### Manual Installation

cola/properties.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
user="mulle-objc";
88
repo="mulle-objc-runtime-startup";
99
homepage="https://github.com/mulle-objc/mulle-objc-runtime-startup";
10-
license="BSD-3-Clause"
10+
license="BSD-3-Clause";
1111
};
1212
dependencies =
1313
(

0 commit comments

Comments
 (0)