Skip to content

Commit ce86581

Browse files
committed
update README.md
1 parent 28ccc42 commit ce86581

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ without a supported package managers like for instance *Fedora* or *FreeBSD*
105105
#### Install into /usr/local with sudo
106106

107107
``` sh
108-
curl -L -O 'https://raw.githubusercontent.com/mulle-sde/mulle-sde/release/bin/installer-all' && \
108+
curl -L -O 'https://raw.githubusercontent.com/mulle-sde/mulle-sde/master/bin/installer-all' && \
109109
chmod 755 installer-all && \
110110
sudo OTHER_PROJECTS="MulleFoundation/foundation-developer; \
111111
MulleFoundation/mulle-foundation-developer; \
@@ -125,7 +125,7 @@ next step)
125125
#### Install into ${HOME} (without sudo)
126126

127127
``` sh
128-
curl -L -O 'https://raw.githubusercontent.com/mulle-sde/mulle-sde/release/bin/installer-all' && \
128+
curl -L -O 'https://raw.githubusercontent.com/mulle-sde/mulle-sde/master/bin/installer-all' && \
129129
chmod 755 installer-all && \
130130
OTHER_PROJECTS="MulleFoundation/foundation-developer; \
131131
MulleFoundation/mulle-foundation-developer; \
@@ -145,8 +145,8 @@ the [compiler releases](//github.com/mulle-cc/mulle-clang-project/releases)
145145
page:
146146

147147
``` sh
148-
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bookworm-amd64.deb"
149-
sudo dpkg --install "mulle-clang-17.0.6.0-bookworm-amd64.deb"
148+
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.2/mulle-clang-17.0.6.2-bookworm-amd64.deb"
149+
sudo dpkg --install "mulle-clang-17.0.6.2-bookworm-amd64.deb"
150150
```
151151

152152
Check the [debugger releases](//github.com/mulle-cc/mulle-gdb/releases)
@@ -209,7 +209,7 @@ sudo apt-get install foundation-developer
209209
#### Install mulle-clang and mulle-gdb
210210

211211
``` sh
212-
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bullseye-amd64.deb"
212+
curl -L -O "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.2/mulle-clang-17.0.6.0-bullseye-amd64.deb"
213213
sudo dpkg --install "mulle-clang-17.0.6.0-bullseye-amd64.deb"
214214
```
215215

0 commit comments

Comments
 (0)