swift-sh icon indicating copy to clipboard operation
swift-sh copied to clipboard

Add Makefile with README.md instructions

Open rossbeazley opened this issue 3 years ago • 0 comments

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

rossbeazley avatar Oct 15 '21 06:10 rossbeazley