2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

gdebi installation

This commit is contained in:
nginn 2015-12-25 18:38:54 +03:00
parent 8750000bbc
commit a77ec41d1a

View File

@ -16,7 +16,9 @@ To build debian package from scratch: <br>
`debuild -us -uc` <br>
5) package is: `../bench_0.92_amd64.deb`<br>
<br>
To install resulting package: <br>
If you don't have `gdebi` installed, first you need to run:<br>
`sudo apt-get install gdebi`<br>
To install resulting package with all it's dependencies: <br>
`sudo gdebi ../bench_0.92_amd64.deb` <br>
Please note that name of package contains your architecture so for 32-bit machines name will differ. <br>
<br>