mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
SourceCode changed
Corrected git server URL
This commit is contained in:
parent
f9f33ee774
commit
7bb598a778
@ -13,12 +13,12 @@ All the Qubes code is kept in GIT repositories. We divided the project into seve
|
|||||||
- `gui.git` -- GUI virtualization, both Dom0 and VM side.
|
- `gui.git` -- GUI virtualization, both Dom0 and VM side.
|
||||||
- `template-builder.git` - scripts and other files used to create Qubes templates and NetVM images.
|
- `template-builder.git` - scripts and other files used to create Qubes templates and NetVM images.
|
||||||
|
|
||||||
You can browse the repositories [on line via GitWeb](http://qubes-os.org/gitweb/). The Qubes official repositories are in the `mainstream` directory.
|
You can browse the repositories [on line via GitWeb](http://git.qubes-os.org/gitweb/). The Qubes official repositories are in the `mainstream` directory.
|
||||||
|
|
||||||
To clone a repository:
|
To clone a repository:
|
||||||
|
|
||||||
``` {.wiki}
|
``` {.wiki}
|
||||||
git clone git://qubes-os.org/mainstream/<repo_name>.git <repo_name>
|
git clone git://git.qubes-os.org/mainstream/<repo_name>.git <repo_name>
|
||||||
```
|
```
|
||||||
|
|
||||||
e.g.:
|
e.g.:
|
||||||
|
Loading…
Reference in New Issue
Block a user