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
|
|
|
```
|