Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Makefile with README.md instructions #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rossbeazley
Copy link

@rossbeazley rossbeazley commented Oct 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant