remove ./scripts/install reference
This commit is contained in:
parent
bfcb2876f0
commit
807a446ad7
@ -86,23 +86,18 @@ done
|
|||||||
|
|
||||||
## Building your changes to Yesod
|
## Building your changes to Yesod
|
||||||
|
|
||||||
The traditional Yesod stack requires 4 "mega-repos", each with multiple cabal packages. `./script/install` will run tests against each package and install each package.
|
The traditional Yesod stack requires 4 "mega-repos", each with multiple cabal packages. `cabal-meta install` will install each package.
|
||||||
|
|
||||||
### install package in all repos
|
### install package in all repos
|
||||||
|
|
||||||
~~~ { .bash }
|
~~~ { .bash }
|
||||||
for repo in shakespeare persistent wai yesod; do
|
for repo in shakespeare persistent wai yesod; do
|
||||||
pushd $repo
|
pushd $repo
|
||||||
./scripts/install
|
cabal-meta install
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
### Clean build (sometimes necessary)
|
|
||||||
|
|
||||||
~~~ { .bash }
|
|
||||||
./scripts/install --clean
|
|
||||||
~~~
|
|
||||||
|
|
||||||
### Building individual packages
|
### Building individual packages
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user