mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:00:05 +08:00
23 lines
449 B
Markdown
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/
|
||
|
```
|
||
|
|