shuttle-hq / synth

The Declarative Data Generator
https://www.getsynth.com/
Apache License 2.0
1.37k stars 107 forks source link

Feat: Enable setting the install path #387

Closed jrschumacher closed 1 year ago

jrschumacher commented 1 year ago

On mac /usr/local/bin is owned by root an may lead people to sudo or chown. Enable users to specify install path.

jrschumacher commented 1 year ago

@iamwacko I was validating the change, it looks like the docs refer to https://getsynth.com/install. This path doesn't seem to load the updated install.sh. In reviewing this API path, it is referring to a static dir which I cannot seem to find.

Could we update this API to use https://raw.githubusercontent.com/shuttle-hq/synth/master/tools/install.sh rather than some static asset that has to be updated?

iamwacko commented 1 year ago

@jrschumacher /static/releases/latest/install.sh is defined in the vercel.json. It should work now though.

jrschumacher commented 1 year ago

@iamwacko verified! Thank you.