Merge pull request #3629 from Mehdi-YC/master
rectified the installation steps for .deb package
This commit is contained in:
commit
4254203100
|
@ -52,7 +52,8 @@ sudo apt build-dep awesome
|
|||
git clone https://github.com/awesomewm/awesome
|
||||
cd awesome
|
||||
make package
|
||||
sudo apt install *.deb
|
||||
cd build
|
||||
sudo apt install ./*.deb
|
||||
```
|
||||
|
||||
## Running Awesome
|
||||
|
|
Loading…
Reference in New Issue