Merge pull request #3629 from Mehdi-YC/master

rectified the installation steps for .deb package
This commit is contained in:
Aire-One 2022-06-18 12:54:51 +02:00 committed by GitHub
commit 4254203100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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