File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,6 @@ These requirements are only necessary for compiling Shards.
67
67
Please refer to <https://crystal-lang.org/install/> for
68
68
instructions for your operating system.
69
69
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
-
77
70
* libyaml
78
71
79
72
On Debian/Ubuntu Linux you may install the `libyaml-dev` package.
@@ -90,9 +83,7 @@ These requirements are only necessary for compiling Shards.
90
83
# ## Getting started
91
84
92
85
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.
96
87
97
88
Run `make bin/shards` to build the binary.
98
89
* `release=1` for a release build (applies optimizations)
You can’t perform that action at this time.
0 commit comments