txoof / PaperPi

E-Paper display loop with plugins
100 stars 10 forks source link

readme points to wrong branch for remote install of development branch #119

Closed txoof closed 1 year ago

txoof commented 1 year ago

Describe the bug Documentation error

To Reproduce README.md points to incorrect branch for remote installer

Stable

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/txoof/PaperPi/main/install/remote_install.sh)"

Development

curl -fsSL https://raw.githubusercontent.com/txoof/PaperPi/I113_install_scripts/install/remote_install.sh | /bin/bash -s -- -b development

Self Install

Expected behavior should point to main branch