File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ CMD mcpd daemon \
7474# -v $PWD/.mcpd.toml:/etc/mcpd/.mcpd.toml \
7575# -v $HOME/.config/mcpd/secrets.dev.toml:/home/mcpd/.config/mcpd/secrets.prd.toml \
7676# -e MCPD_LOG_LEVEL=debug \
77- # mzdotai/mcpd:v0.0.4
77+ # mzdotai/mcpd:v0.0.5
Original file line number Diff line number Diff line change 6666cd mcpd
6767# Checkout a specific tag (or build latest main)
6868git fetch --tags
69- git checkout v0.0.4
69+ git checkout v0.0.5
7070# Use Makefile commands to build and install mcpd
7171make build
7272sudo make install # Installs mcpd 'globally' to /usr/local/bin
@@ -97,5 +97,5 @@ docker run -p 8090:8090 \
9797 -v $PWD /.mcpd.toml:/etc/mcpd/.mcpd.toml \
9898 -v $HOME /.config/mcpd/secrets.dev.toml:/home/mcpd/.config/mcpd/secrets.prd.toml \
9999 -e MCPD_LOG_LEVEL=debug \
100- mzdotai/mcpd:v0.0.4
100+ mzdotai/mcpd:v0.0.5
101101```
You can’t perform that action at this time.
0 commit comments