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

23 lines
449 B
Markdown

---
title: "Source code"
description: "The source code of SpaceVim."
---
- For old SpaceVim users, follow these steps:
```
cd ~/.SpaceVim
git remote set-url origin https://spacevim.org/git/repos/SpaceVim/
```
- For new users, checkout the [quick start guide](../../../quick-start-guide/) to install SpaceVim.
If you want to read the source code locally, just clone this repository:
```
git clone https://spacevim.org/git/repos/SpaceVim/
```