diff options
author | Chun-Min Chang <[email protected]> | 2022-03-21 17:19:40 -0700 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2022-03-22 14:08:13 +1300 |
commit | 70d18726e42f75c83426544d8fb631b618d21a4e (patch) | |
tree | f96137a9d595ace1a9a133fdd61c49c3a2de7321 /INSTALL.md | |
parent | 6e5b9fe38cdac65fb3cdce11cf8006a015976cad (diff) | |
download | cubeb-70d18726e42f75c83426544d8fb631b618d21a4e.tar.gz cubeb-70d18726e42f75c83426544d8fb631b618d21a4e.zip |
Update INSTALL.md
The repo is moved from kinetiknz/cubeb.git to mozilla/cubeb.git
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ You must have CMake v3.1 or later installed. -1. `git clone --recursive https://github.com/kinetiknz/cubeb.git` +1. `git clone --recursive https://github.com/mozilla/cubeb.git` 2. `mkdir cubeb-build` 3. `cd cubeb-build` 3. `cmake ../cubeb` |