mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
Stub script/bootstrap
Consistency is awesome. This should probably check for Xcode proper at some point too.
This commit is contained in:
4
script/bootstrap
Executable file
4
script/bootstrap
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# Make sure all dependencies are in place.
|
||||
|
||||
npm install
|
||||
Reference in New Issue
Block a user