fix: Removed the extra 'Adding Users' section

This commit is contained in:
ngn 2024-02-23 22:51:37 +03:00
parent ff1bfebe3f
commit 7b78e6ffc1
2 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,5 @@
For installation instructions, please [see the wiki](/wiki).
For installation instructions, please [see the wiki](/wiki). You can
download the older versions from the [directory listing](https://rel.matterlinux.xyz/24/)
Signatures can be verified using `gpg`. To do so, download the maintainer's key:
```

View File

@ -6,12 +6,6 @@ To make your system more usable, you may want to install and configure extra pac
> missing packages that some users may consider essential, such as a desktop environment.
> If you want more packages, consider [contributing](/wiki/contribute).
## Adding New Users
You can add new users using the `useradd` command, for example:
```
# useradd -m ngn
```
## Installing OpenSSH
For remote access to your system, you can install OpenSSH server:
```