-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Update readme.md #776
base: dev
Are you sure you want to change the base?
Update readme.md #776
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just me being nitpicky as ever :P good catch though, and thanks for the PR!
2. ```apt install libgtk-3-dev liblzma-dev libblkid-dev libsecret-1-dev libolm-dev libolm3 libsqlite3-dev libjsoncpp-dev libsqlcipher-dev``` or distribution equivalent | ||
3. ```flutter build linux && flutter build bundle``` | ||
2. ```apt install libgtk-3-dev liblzma-dev libblkid-dev libsecret-1-dev libolm-dev libolm3 libsqlite3-dev libjsoncpp-dev libsqlcipher-dev libssl-dev lib32stdc++-12-dev libstdc++-12-dev``` or distribution equivalent | ||
3. ```flutter build linux && flutter build bundle``` (Don't forget to do the Steps by Workstation first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nitpicky of me, but I think Steps
and Workstation
shouldn't be capitalised. Maybe changing by
to under
will be more clear too. Something like:
3. ```flutter build linux && flutter build bundle``` (Don't forget to do the Steps by Workstation first | |
3. ```flutter build linux && flutter build bundle``` (Don't forget to do the steps under workstation first.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah make sense, a good hint
Added missing dependencies and a Hint, that you need to do the Steby by workstation first