Skip to content

Commit 9446693

Browse files
author
vertex
committed
update repo urls
1 parent 678a7c4 commit 9446693

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you kno' me, you had a chance to say halo ;)
2222
This repository contains all bits and pieces required to bring IMONK to life, to make things easier clone it to your host machine.
2323
```
2424
cd ~
25-
git clone ...
25+
git clone https://github.com/vertexbz/imonk.git
2626
```
2727

2828
### IMONK Display firmware
@@ -34,21 +34,22 @@ git clone ...
3434
* Enter the cloned copy of repository
3535
* Build & flash screen module firmware
3636
```
37-
cd ~/...
37+
cd ~/imonk
3838
pio run -e release -t upload
3939
```
4040
4141
### Assembly
4242
* Minimal wiring with RPi Pico's main SPI
43-
![connections.png](doc%2Fconnections.png)
43+
44+
![connections.png](doc%2Fconnections.png)
4445
4546
4647
### Extensions
4748
4849
For proper operation IMONK needs Klipper and Monraker extensions
4950
5051
```
51-
cd ~/...
52+
cd ~/imonk
5253
ln -s ./klipper/imonk ~/klipper/klippy/extras/
5354
ln -s ./moonraker/imonk ~/moonraker/moonraker/components/
5455
```

0 commit comments

Comments
 (0)