huijunchen9260 / dmenufm

A simple file manager using dmenu
GNU General Public License v3.0
227 stars 15 forks source link

Miss leading install instraction. #42

Closed musicfunfan closed 2 years ago

musicfunfan commented 2 years ago

So on the install section of the readme you say that we need to cd to Makefile directory but there is not such directory this is a file... With this name... So we need to fix that i thing... Or am i missing something here ? This is possible too.

huijunchen9260 commented 2 years ago

Maybe I should type something like cd to the directory where Makefile is located.

You can install it with the following shell command:

git clone https://github.com/huijunchen9260/dmenufm
cd dmenufm
sudo make install

Hope this is helpful.