Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl authored Oct 24, 2024
1 parent 5557765 commit e06118e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit e06118e

Please # to comment.