Installation

Installation

Manual Installation

To install .EM manually, follow these steps:

1. Download the .EM software:

You can download the latest version of .EM based on your operating system from the GitHub Releases (opens in a new tab) page.

2. Extract the zip or tar.gz file:

After downloading, extract the binary file from the zip or tar.gz file.

3. Move the Binary:

Move the dotem binary to a specific directory, for example, /usr/local/bin/dotem/bin/:

sudo mkdir -p /usr/local/bin/dotem/bin
sudo mv dotem /usr/local/bin/dotem/bin/main

4. Create a Symbolic Link:

Create a symbolic link in /usr/local/bin that points to the .em software:

sudo ln -s /usr/local/bin/dotem/bin/main /usr/local/bin/.em

5. Verify the Installation:

Verify that the symbolic link works and the command is available:

.em --help