-
Notifications
You must be signed in to change notification settings - Fork 9
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
Auto install script #352
Comments
wouldnt this have to be like windows linux and mac specific scripts? linux has many distros and package managers so thats going to be hard |
I don’t believe something like this is necessary. By installing this following the documentation, you are learning how to use Mercury Core and you will make it easier for yourself to be able to edit and use the code. |
but what if i wanna just try it out quickly? |
I suppose only an Windows script (powershell, .ps1) and a Unix-like script (bash, .sh) should suffice? I'm unsure about any other scripting utilities that come preinstalled on Windows, Mac, and Linux distros. Alternatively just a bash script might work for anyone who has Docker (and, by extension, WSL). |
I will work on that. While you wait. Bake a cake to end time |
Describe the problem
many uers have problems installing mercury core
Describe the proposed solution
A bash script that checks for the requirements and auto install the docker and etc
The text was updated successfully, but these errors were encountered: