1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00
SpaceVim/docs/git/repos/SpaceVim.md

20 lines
489 B
Markdown
Raw Normal View History

2024-03-02 22:59:32 +08:00
---
title: "Source code"
description: "The source code of SpaceVim."
---
2024-06-02 22:33:26 +08:00
# The source code of SpaceVim
2024-03-02 22:59:32 +08:00
2024-06-02 22:33:26 +08:00
The source code of SpaceVim is hosted in an online repository and can be cloned locally to view the source code.
2024-03-02 22:59:32 +08:00
```
2024-06-02 22:33:26 +08:00
git clone https://spacevim.org/git/repos/SpaceVim/
2024-03-02 22:59:32 +08:00
```
2024-06-02 22:33:26 +08:00
Since the code was previously hosted on GitHub, some old users need to manually modify the remote repository address:
2024-03-02 22:59:32 +08:00
```
2024-06-02 22:33:26 +08:00
cd ~/.SpaceVim
git remote set-url origin https://spacevim.org/git/repos/SpaceVim/
2024-03-02 22:59:32 +08:00
```