diff options
Diffstat (limited to 'docs/beaglebone.md')
-rw-r--r-- | docs/beaglebone.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/beaglebone.md b/docs/beaglebone.md index f8c798b8..4ea3659c 100644 --- a/docs/beaglebone.md +++ b/docs/beaglebone.md @@ -15,7 +15,7 @@ Then ssh into the beaglebone machine (ssh debian@beaglebone -- password is "temppwd") and install Klipper by running the following commands: ``` -git clone https://github.com/KevinOConnor/klipper +git clone https://github.com/Klipper3d/klipper ./klipper/scripts/install-beaglebone.sh ``` |