swift-sh
swift-sh copied to clipboard
Add Makefile with README.md instructions
I made a makefile to simplify installation on linux.
If this is something you think the project would benefit from please do take it! :D
I use this to simplify Dockerfiles eg
FROM swift:5.4.3-bionic
RUN git clone https://github.com/rossbeazley/swift-sh.git \
&& cd swift-sh \
&& make install