Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Virgula0 committed Jan 22, 2025
1 parent 4559b81 commit 1173ce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ git submodule update --init --remote --recursive
git pull --recurse-submodule
```

1. You need to install `hashcat` 6.1.1. This step is necesary only for the first time.
1. **You need to install `hashcat` 6.1.1. This step is necesary only for the first time.**

```bash
cd externals/gocat
Expand All @@ -132,7 +132,7 @@ sudo make set-user-permissions USER=${USER}
cd ../../
```

2. Then build with
2. **Build with**

```bash
cd client
Expand All @@ -149,7 +149,7 @@ Produces the following files tree
└── OpenCL -> /usr/local/share/hashcat/OpenCL
```

3. Run with
3. **Run with**

```bash
make run-compiled
Expand Down
4 changes: 2 additions & 2 deletions raspberry-pi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ Make sure the following requirements are met before building and running the dae
> [!IMPORTANT]
> The file `/etc/machine-id` must exist on your machine.
1. Comile daemon with:
1. **Compile daemon with**

```bash
cd raspberry-pi
make build
```

2. Run with
2. **Run with**

```bash
./build/daemon --help
Expand Down

0 comments on commit 1173ce8

Please sign in to comment.