mikemountain / nfl-led-scoreboard

NFL LED scoreboard! This project can display live scores of your favourite football teams!
GNU General Public License v3.0
99 stars 29 forks source link

Updated Logos #61

Open alexanderthebadatcoding opened 9 months ago

alexanderthebadatcoding commented 9 months ago

Updated Logos

I have been compiling logos, from the ESPN API as well as creating some using wikipedia and Figma. I made them all the same size so they can fit better or the screen. I just wanted to share the link with the community https://github.com/alexanderthebadatcoding/Sports-Logos

Irishking03 commented 9 months ago

@alexanderthebadatcoding how do I pull the new logos into the files?

alexanderthebadatcoding commented 9 months ago

You could try to cd into the logos folder in the scoreboard folder and then do

sudo curl -OL https://raw.githubusercontent.com/alexanderthebadatcoding/Sports-Logos/main/NFL/WSH.png

for the specific file you want to replace.

Otherwise just git clone the whole repository and then just move the folder you want. I'm not sure how to download a subfolder from GitHub using the command line.