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:
parent
5b8271a737
commit
05babbac17
22
docs/git/repos/SpaceVim.md
Normal file
22
docs/git/repos/SpaceVim.md
Normal 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/
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user