OutsideIT / FireMotD

:fire: Fire Framework Linux MoTD Generator :fire:
https://outsideit.net/firemotd
GNU General Public License v3.0
174 stars 44 forks source link

Readme: Fix broken shell command due to non-existence directory #144

Closed DanielTimLee closed 5 years ago

DanielTimLee commented 5 years ago

Currently command at 'Built-in Install function' is not working due to non-existence directory ~/tmp

>> curl -s https://raw.githubusercontent.com/OutsideIT/FireMotD/master/FireMotD -o ~/tmp/FireMotD; echo $?
23 (CURLE_WRITE_ERROR)

Maybe the desired directory was /tmp instead of ~/tmp ?

willemdh commented 5 years ago

Tx!