Skip to content
Discussion options

You must be logged in to vote

is the default .gitignore file sufficient?

Generally yes. If you added packages that may add temp files not covered by it then of course you have to change it. There's also a second .gitignore in src-tauri which takes care of the target/ dir :)

what instructions should i give about how users should install the app from github source?

Have them follow https://tauri.app/v1/guides/getting-started/prerequisites first, and add instructions for whatever your frontend needs (or any additional js/rust packages that may need something), like node and npm/yarn/pnpm.
Then they typically do something like this

git clone url-to-your-repo
cd your-repo
npm install --- or whatever install command you…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by M8850
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants