1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 11:30:06 +08:00

docs(source): add source code page

This commit is contained in:
Eric Wong 2024-03-02 22:59:32 +08:00
parent 5b8271a737
commit 05babbac17

View File

@ -0,0 +1,22 @@
---
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/
```