Format shell commands
This commit is contained in:
parent
fa7e6eb264
commit
0047f39b85
1 changed files with 14 additions and 8 deletions
22
README.md
22
README.md
|
@ -5,16 +5,22 @@ Just a simple bash script wizard to install and configure a full personal comput
|
||||||
First, install Arch Linux with the official media and optionally with archfi.<br />
|
First, install Arch Linux with the official media and optionally with archfi.<br />
|
||||||
Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi
|
Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi
|
||||||
|
|
||||||
After reboot and your network ready, download the script :<br />
|
After reboot and your network ready, download the script:
|
||||||
curl -L archdi.sf.net/archdi > archdi<br />
|
|
||||||
or if sourceforge is down :<br />
|
|
||||||
curl -L matmoul.github.io/archdi > archdi<br />
|
|
||||||
|
|
||||||
And run the script :<br />
|
curl -L archdi.sf.net/archdi > archdi
|
||||||
sh archdi
|
|
||||||
|
|
||||||
Or you can install it on your system with<br />
|
or if sourceforge is down:
|
||||||
sh archdi -i<br />
|
|
||||||
|
curl -L matmoul.github.io/archdi > archdi
|
||||||
|
|
||||||
|
And run the script:
|
||||||
|
|
||||||
|
sh archdi
|
||||||
|
|
||||||
|
Or you can install it on your system with:
|
||||||
|
|
||||||
|
sh archdi -i
|
||||||
|
|
||||||
And then you can use archdi cmd.<br />
|
And then you can use archdi cmd.<br />
|
||||||
With this, you can make your updates or install your packages later.
|
With this, you can make your updates or install your packages later.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue