mirror of
https://github.com/github/semantic.git
synced 2024-12-23 23:11:50 +03:00
Merge pull request #162 from github/add-script-bootstrap
Add script/bootstrap file.
This commit is contained in:
commit
0d2452fb1c
@ -103,8 +103,7 @@ We use `cabal's` [Nix-style local builds][nix] for development. To get started q
|
||||
```bash
|
||||
git clone git@github.com:github/semantic.git
|
||||
cd semantic
|
||||
git submodule sync --recursive && git submodule update --init --recursive --force
|
||||
cabal new-update
|
||||
script/bootstrap
|
||||
cabal new-build
|
||||
cabal new-test
|
||||
cabal new-run semantic -- --help
|
||||
|
4
script/bootstrap
Executable file
4
script/bootstrap
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
git submodule sync --recursive && git submodule update --init --recursive --force
|
||||
cabal new-update
|
Loading…
Reference in New Issue
Block a user