1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-13 19:57:58 +08:00
SpaceVim/docs/git/repos/SpaceVim.md
2024-07-16 23:05:07 +08:00

20 lines
513 B
Markdown

---
title: "Git Repository"
description: "The source code of SpaceVim."
---
# [Development](../../../development/) >> Git Repository
The source code of SpaceVim is hosted in an online repository and can be cloned locally to view the source code.
```
git clone https://spacevim.org/git/repos/SpaceVim/
```
Since the code was previously hosted on GitHub, old users need to modify the remote repository address manually:
```
cd ~/.SpaceVim
git remote set-url origin https://spacevim.org/git/repos/SpaceVim/
```