mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/sh
|
|
# usage: script/bootstrap
|
|
#
|
|
|
|
cd docs && bundle install
|