@@ -4,12 +4,15 @@ Copyright (C) 2015-2018 Anton Skshidlevsky, GPLv3
44
55A command line application for installing and running GNU/Linux distributions in the chroot environment.
66
7- Dependencies:
8- *  [ Linux] ( http://kernel.org ) 
9- *  [ BusyBox] ( https://github.com/meefik/busybox )  or Bash and GNU utils
10- *  [ QEMU] ( http://qemu.org ) , [ qemu-user-static] ( https://packages.debian.org/stable/qemu-user-static )  for architecture emulation
11- *  [ binfmt_misc] ( https://en.wikipedia.org/wiki/Binfmt_misc )  module for architecture emulation without PRoot
12- *  [ PRoot] ( https://github.com/meefik/PRoot )  for work without superuser permissions
7+ ### Dependencies  
8+ 9+ -  [ Linux] ( http://kernel.org ) 
10+ -  [ BusyBox] ( https://github.com/meefik/busybox )  or Bash and GNU utils
11+ -  [ QEMU] ( http://qemu.org ) , [ qemu-user-static] ( https://packages.debian.org/stable/qemu-user-static )  for architecture emulation
12+ -  [ binfmt_misc] ( https://en.wikipedia.org/wiki/Binfmt_misc )  module for architecture emulation without PRoot
13+ -  [ PRoot] ( https://github.com/meefik/PRoot )  for work without superuser permissions
14+ 15+ ### Usage  
1316
1417Main help:
1518``` 
@@ -108,8 +111,7 @@ Help for the parameters of the main components:
108111
109112``` 
110113
111- #### Source code  
112- Source code: < https://github.com/meefik/linuxdeploy-cli > .
114+ ### Links  
113115
114- ####  Donations 
115- < http://meefik.github.io/donate > 
116+ -  Source code:  https://github.com/meefik/linuxdeploy-cli 
117+ -  Donations:  http://meefik.github.io/donate 
0 commit comments