Skip to content

Commit ae254b6

Browse files
committed
Updated with some updated download and install instructions
1 parent 0c2aecf commit ae254b6

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ The server is capable of printing a variety of formats, including:
1313

1414
Raspberry Pi Usage
1515
-------------------------------------------------------------------------------
16-
If you have a brand new dedicated Raspberry Pi, there is a flashable Jessie Lite based image that you can use to quickly get started. Take a look at the [area515/OctoPi repo on Github](https://github.com/area515/OctoPi) for the download link and installation instructions.
17-
18-
If you have an existing running Raspberry Pi with Raspbian, you can add Photonic3D to it with an easy bootstrap script that will download and install everything you need. This path is [documented in our wiki](https://github.com/area515/Creation-Workshop-Host/wiki/Raspberry-Pi-Manual-Setup-Instructions), and there is a [YouTube video that demonstrates it](https://www.youtube.com/watch?v=ng1Sj2ktWhU).
16+
If you have a brand new dedicated Raspberry Pi, there is a flashable Jessie Lite based image that you can use to quickly get started. Download the [Kudo3D fork's image](http://d359hvxwrop0le.cloudfront.net/kudo3d-image.zip) and then take a look at the [image install docs at photonic3d.com](https://wiki.photonic3d.com/doku.php?id=raspberry_pi) for the installation instructions.
1917

18+
If you have an existing Raspberry Pi, follow the Linux install instructions below.
2019

2120
User Interface Examples
2221
-------------------------------------------------------------------------------
@@ -79,12 +78,19 @@ sudo chmod 777 start.sh
7978
sudo ./start.sh WesGilster
8079
```
8180

81+
Latest Kudo3D Fork (or other forks named Photonic3D):
82+
```
83+
sudo wget https://github.com/Kudo3D/Photonic3D/raw/master/host/bin/start.sh
84+
sudo chmod 777 start.sh
85+
sudo ./start.sh Kudo3D/Photonic3D
86+
```
87+
8288
Photonic3D will be installed into `/opt/cwh` and an init script will be added to `/etc/init.d` to launch the server on boot.
8389

8490
Windows Installation Quickstart
8591
------------------------------------------
8692
* Download the latest stable or development version:
87-
* [Stable repo Github Releases](https://github.com/area515/Creation-Workshop-Host/releases) or [Development repo Github Releases](https://github.com/WesGilster/Creation-Workshop-Host/releases)
93+
* [Stable repo Github Releases](https://github.com/area515/Creation-Workshop-Host/releases) or [Development repo Github Releases](https://github.com/WesGilster/Creation-Workshop-Host/releases) or [Kudo3D repo Github Releases](https://github.com/Kudo3D/Photonic3D/releases)
8894
* Unzip the zip file into the directory of your choice.
8995
* Double click on `start.bat`.
9096

0 commit comments

Comments
 (0)