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 1dffa51 commit 8f9ae50
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 @@ -27,7 +27,7 @@
## Quick build guide

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

0 comments on commit 8f9ae50

Please sign in to comment.