mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-21 03:54:49 +00:00
Fix typos in the Running section
This commit is contained in:
parent
49e889f36e
commit
d1297719e3
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ Download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gab
|
|||
## Running
|
||||
|
||||
```bash
|
||||
git clone https://gitlab.com/gabmusenvision/
|
||||
cdenvision
|
||||
git clone https://gitlab.com/gabmus/envision/
|
||||
cd envision
|
||||
meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development
|
||||
ninja -C build
|
||||
ninja -C build install
|
||||
|
|
Loading…
Add table
Reference in a new issue