Skip to content

Commit

Permalink
README.md: remove references to submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
v1993 committed Aug 31, 2023
1 parent 02de54f commit 082a06d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ different ports, it's possible to do so by providing a config file. See
## Quick build guide

```bash
git clone --recursive https://github.com/v1993/evdevhook2.git
git clone https://github.com/v1993/evdevhook2.git
cd evdevhook2
meson setup --buildtype=release -Db_lto=true --prefix=/usr build
meson compile -C build
Expand All @@ -36,7 +36,6 @@ meson install -C build
```bash
cd evdevhook2
git pull
git submodule update --recursive --init
meson compile -C build
# Optional
meson install -C build
Expand Down

0 comments on commit 082a06d

Please sign in to comment.