Skip to content

Commit 5d3ebc0

Browse files
committed
Change the clone URL to point to this repo
1 parent 0e5c47b commit 5d3ebc0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ Appveyor support.
6464
### How to install
6565

6666
```sh
67-
$ sudo apt-get install python3-venv
68-
$ pyvenv .venv
67+
$ sudo apt-get install python3-venv python3-wheel
68+
$ python3 -m venv .venv
6969
$ . .venv/bin/activate
70-
$ git clone https://github.com/servo/homu.git
70+
$ pip install -U pip
71+
$ git clone https://github.com/rust-ops/homu.git
7172
$ pip install -e homu
7273
```
7374

0 commit comments

Comments
 (0)