dwyl / github-backup

:octocat: :back: 🆙 Backup your GitHub Issues so you can still work when (they/you are) offline.
https://github-backup.herokuapp.com
GNU General Public License v2.0
31 stars 3 forks source link

Incorrect command in readme #116

Closed RobStallion closed 6 years ago

RobStallion commented 6 years ago
mix deps.get && cd assets npm install && cd ..

This command in the readme currently gives the following error in the terminal

cd: too many arguments

Appears to be missing a set of &&. It should read

mix deps.get && cd assets && npm install && cd ..
nelsonic commented 6 years ago

@RobStallion great spot! thanks for opening this issue. if you have time to fix, please do. 👍

RobStallion commented 6 years ago

@nelsonic will do 👍