pulse-browser / gluon

Build firefox forks with ease
https://docs.gluon.dev/
Mozilla Public License 2.0
73 stars 7 forks source link

Documentation shows a command that doesn't exist #42

Open glaqss opened 1 year ago

glaqss commented 1 year ago

Within the Branding your browser section of the guide, the invalid command "set" is shown. image

mauro-balades commented 7 months ago

It happened to me, you have to install the @next version:

npm install -g gluon-build@next
# or
yarn global add gluon-build@next

as the documentation says.