rvega / window-positions

Save and recall window positions in a Linux desktop environment.
6 stars 2 forks source link

Install dependencies #3

Closed son0p closed 9 years ago

son0p commented 9 years ago

I cloned the repo but I am having this error when I try the command

ff➜ window-positions : master ✔ : ᐅ sudo install dependencies
install: missing destination file operand after ‘dependencies’
Try 'install --help' for more information.

rvega commented 9 years ago

Ah! That's a typo on the readme. All the install scripts are based on a makefile so the right command to use is:

$ sudo make install-dependencies

I'll fix the README now.