Skip to content

Commit 07f311b

Browse files
author
Ebi
committed
last check for table of contents :|
1 parent 00a2d05 commit 07f311b

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,42 @@
44
For AUT-ICPC competitions of 2019, an Archlinux iso image was provided.
55
So here are some links and explanations for the journey of installing and configuring and having a live image in Archlinux.
66

7-
## Getting Started
7+
### Getting Started
88

9-
At first I quote a heads up from [Archlinux website](https://www.archlinux.org):
9+
At first I quote a heads up from Archlinux website:
1010
```
1111
You may not want to use Arch, if
1212
13-
- you require support for an architecture other than x86_64.
14-
- you do not have the ability/time/desire for a 'do-it-yourself' GNU/Linux distribution.
15-
- you believe an operating system should configure itself, run out of the box, and include a complete default
16-
set of software and desktop environment on the installation media.
13+
- you require support for an architecture other than x86_64.
14+
- you do not have the ability/time/desire for a 'do-it-yourself' GNU/Linux distribution.
15+
- you believe an operating system should configure itself, run out of the box, and include a complete default
16+
set of software and desktop environment on the installation media.
1717
```
1818
[See by youself](https://wiki.archlinux.org/index.php/Frequently_asked_questions#Why_would_I_not_want_to_use_Arch?)
1919

2020
## Contents
21-
- [Download Arch Iso](#download arch iso)
21+
- [Download Arch Iso](#download)
2222
- [Installation](#installation)
2323
- [Post-installation](#post-installation)
24-
- [Live Image](#live_image)
24+
- [Live Image](#live)
2525

2626
## Download Arch Iso
2727
You can download Arch iso from [here](https://www.archlinux.org/download).
2828

2929
## Installation
3030
For installing Arch, you can use the documents existing at [Archwiki](https://wiki.archlinux.org) or just watching tutorials at Youtube.
3131

32-
- [Installation guide](https://wiki.archlinux.org/index.php/installation_guide) at Archwiki.
32+
- [Installation Guide](https://wiki.archlinux.org/index.php/installation_guide) at Archwiki.
3333
- Tutorials at Youtube:
34-
- [first tutorial](https://www.youtube.com/watch?v=DuX4ERxnrsY)
35-
- [second tutorial](https://www.youtube.com/watch?v=lizdpoZj_vU&t=1475s)
34+
- [First tutorial](https://www.youtube.com/watch?v=DuX4ERxnrsY)
35+
- [Second tutorial](https://www.youtube.com/watch?v=lizdpoZj_vU&t=1475s)
3636

3737

3838
> Tips
39-
For a fully functional base system, pay attention to the packages that you append to the **pacstrap** command, otherwise you may end up having no _text editor_ or _network manager_.
39+
- For a fully functional base system, pay attention to the packages that you append to the **pacstrap** command, otherwise you may end up having no _text editor_ or _network manager_.
4040
for example:
41-
`pacstrap /mnt base linux linux-firmware`
42-
43-
Set the system clock up to date. Otherwise you may face some problems later.
41+
`pacstrap /mnt base linux linux-firmware`
42+
- Set the system clock up to date. Otherwise you may face some problems later.
4443

4544
## Post-installation
4645
- Like setting up a **graphical user interface**, **sound** or a **touchpad**.

0 commit comments

Comments
 (0)