Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 453 Bytes

File metadata and controls

15 lines (13 loc) · 453 Bytes

Quick Update (one command)

cd /tmp && git clone https://github.com/Kentro-io/claude-failover.git cf-update && cd cf-update && sudo npm install -g . && claude-failover stop && claude-failover start -d && rm -rf /tmp/cf-update

Or step by step:

git clone https://github.com/Kentro-io/claude-failover.git /tmp/cf-update
cd /tmp/cf-update
sudo npm install -g .
claude-failover stop
claude-failover start -d
rm -rf /tmp/cf-update