From e06118e0103637eafd39fb0f87efcaaf4f471a57 Mon Sep 17 00:00:00 2001 From: Andrew Arz <149685528+aarz-snl@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:51:09 -0400 Subject: [PATCH] fix typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 231336b5..e6acad67 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ curl -s https://api.github.com/repos/cisagov/LME/releases/latest | jq -r '.asset ***Developer Note: if you're looking to develop LME, its suggested you `git clone` rather than downloading, please see our [DEV docs](#developer-notes)*** ### Operating system: **Ubuntu 22.04**: -Make sure you run an install on ubuntu 22.04, thats the operating system which has been tested the most. +Make sure you run an install on ubuntu 22.04, that's the operating system which has been tested the most. In theory, you can install LME on any nix... but we've only tested and run installs on 22.04. ### Configuration @@ -183,7 +183,7 @@ This also assumes your user can sudo without a password. If you need to input a 3. Setup [Nix](https://nixos.org/): nix is the opensource package manager we use to install the latest version of podman 4. set service user passwords: actually sets the service user passwords that are encrypted according to the [security model](/docs/markdown/reference/security-model.md) 5. Install Quadlets: the quadlet files are setup in the directories described below to be setup as systemd services -6. Setup Containers for root: The contianers listed in `$clone_directory/config/containers.txt` will be pulled and tagged +6. Setup Containers for root: The containers listed in `$clone_directory/config/containers.txt` will be pulled and tagged 7. Start lme.service: kicks of the start of LME service containers #### NOTES: @@ -201,7 +201,7 @@ This also assumes your user can sudo without a password. If you need to input a ### Verification post install: -Make sure to use `-i` to run a login shell with any commands that run as root, so environment varialbes are set proprerly [LINK](https://unix.stackexchange.com/questions/228314/sudo-command-doesnt-source-root-bashrc) +Make sure to use `-i` to run a login shell with any commands that run as root, so environment variables are set properly [LINK](https://unix.stackexchange.com/questions/228314/sudo-command-doesnt-source-root-bashrc) 1. Confirm services are installed: ```bash @@ -386,7 +386,7 @@ lme-user@ubuntu:~/LME-TEST$ sudo -i ${PWD}/scripts/password_management.sh -h - [Upgrading future 2.X](/docs/markdown/maintenance/upgrading.md) ## Agents: -This is documentatino on agent configuration and management +This is documentation on agent configuration and management - [Elastic-Agent](/docs/markdown/agents/elastic-agent-mangement.md) - Wazuh: - [Wazuh Configuration](/docs/markdown/maintenance/wazuh-configuration.md)