Skip to content

Commit 1a59661

Browse files
Drop dependency installation from README
1 parent 895bd95 commit 1a59661

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ These requirements are only necessary for compiling Shards.
6767
Please refer to <https://crystal-lang.org/install/> for
6868
instructions for your operating system.
6969

70-
* `molinillo`
71-
72-
The shard `molinillo` needs to be in the Crystal path.
73-
It is available at <https://github.com/crystal-lang/crystal-molinillo>
74-
You can install it either with a pre-existing `shards` binary (running `shards install`)
75-
or just check out the repository at `lib/crystal-molinillo` (`make lib`).
76-
7770
* libyaml
7871

7972
On Debian/Ubuntu Linux you may install the `libyaml-dev` package.
@@ -90,9 +83,7 @@ These requirements are only necessary for compiling Shards.
9083
### Getting started
9184

9285
It is strongly recommended to use `make` for building shards and developing it.
93-
The [`Makefile`](./Makefile) contains recipes for compiling and testing. Building
94-
with `make` also ensures the source dependency `molinillo` is installed. You don't
95-
need to take care of this yourself.
86+
The [`Makefile`](./Makefile) contains recipes for compiling and testing.
9687

9788
Run `make bin/shards` to build the binary.
9889
* `release=1` for a release build (applies optimizations)

0 commit comments

Comments
 (0)