Skip to content

Commit d43033e

Browse files
camilasanbjorn
andauthored
Fix typos and improve instructions.
Co-authored-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
1 parent 37d273a commit d43033e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,17 @@ QML related:
6868
1. Install the following dependencies:
6969
- [patchelf](https://github.com/NixOS/patchelf)
7070
- [cimg](https://cimg.eu/)
71-
- optional - disable it with `USE_CCACHE` cmake var: [ccache](https://ccache.dev/)
71+
- optional - disable it with `USE_CCACHE=OFF` cmake var: [ccache](https://ccache.dev/)
7272
2. [Fork this repository and clone it](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo).
7373
3. Initiate the git submodules.
7474
```
75-
cd <forked linux-deply-qt>
75+
cd <forked linux-deploy-qt>
7676
git submodule update --init --recursive
7777
```
78-
4. Create the build folder and built it.
78+
4. Create the build folder and build it.
7979
```
8080
mkdir <build folder>
8181
cd <build folder
82-
cmake ../<forked linux-deply-qt> -DUSE_CCACHE=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=ON -DSTATIC_BUILD=ON
82+
cmake ../<forked linux-deploy-qt> -DUSE_CCACHE=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTING=ON -DSTATIC_BUILD=ON
8383
make
8484
```

0 commit comments

Comments
 (0)