# CipherLAN installation on Linux

This file explains in a simple way how to install CipherLAN on Linux.

## Installation steps

1. Open a terminal.
2. Unzip the file `CipherLAN_Linux.zip` and change to the installer directory:

```bash
cd Downloads
unzip CipherLAN_Linux.zip
cd CipherLAN_Linux
```

3. Run the installer with administrator permissions:

```bash
sudo ./install.sh
```

4. Enter your password when prompted and wait for it to finish.

## What does this command do?

- Copies the necessary files to your system.
- Activates the service required for CipherLAN to work.
- Creates a shortcut to open the application from the menu.

## After installation

- Search for **CipherLAN** in your system menu and open it.
- If it does not appear, you can run the application with:

```bash
/opt/CipherLAN/cipherlan
```

## Important warnings

- Only use this installer if you trust the files and the author.
- Do not modify the command if you do not know what you are doing.
- The installer requires administrator permissions, which is why we use `sudo`.

## What if there is a problem?

- If it says it cannot find `install.sh`, check that you are in the correct directory.
- If it asks for more dependencies, contact the person who gave you the project.

Done! With this command you will install CipherLAN on Linux.
