mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:40:05 +08:00
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
# usage: script/bootstrap
|
||
|
#
|
||
|
|
||
|
cd docs && bundle install
|