1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/docs/git/repos/SpaceVim.md
2024-06-02 22:33:26 +08:00

20 lines
489 B
Markdown

---
title: "Source code"
description: "The source code of SpaceVim."
---
# The source code of SpaceVim
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, some old users need to manually modify the remote repository address:
```
cd ~/.SpaceVim
git remote set-url origin https://spacevim.org/git/repos/SpaceVim/
```