We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am currently on [v0.1.7-alpha.2] and want to update to the latest version [v0.1.7]. How do i do that?
Do i use this: git checkout $(git describe --tags --abbrev=0) And then run pnpm install again?
The text was updated successfully, but these errors were encountered:
@sonatonagems Yes, you need to check out desired version, run pnpm install and don't forget to run pnpm build before running.
Sorry, something went wrong.
@ai16z-demirix i see. So then we have to create a character file and re-add env setting again on the new version?
@sonatonagems Your .env file will persist since it is ignored by git. Your character files will also persist.
I close this one. Not a bug.
@ai16z-demirix thanks
No branches or pull requests
I am currently on [v0.1.7-alpha.2] and want to update to the latest version [v0.1.7]. How do i do that?
Do i use this: git checkout $(git describe --tags --abbrev=0)
And then run pnpm install again?
The text was updated successfully, but these errors were encountered: