Skip to content

Commit 647d79d

Browse files
committed
Merge branch 'update-figma-for-release-0.2.3' into 'main'
Update Figma link See merge request wallet/nl-wallet!1388
2 parents 183fa84 + 8bd76f4 commit 647d79d

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

README.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ secure, we can fill it with real data and pilot it in real life scenarios.
4545

4646
## Current release
4747

48-
See the [releases page][7] for the latest release. You can follow the latest
48+
See the [releases page][7] for the latest release. You can follow the latest
4949
work by subscribing to the releases of this GitHub repository at the top of this
5050
page.
5151

@@ -236,7 +236,8 @@ After installation, make sure to add the following targets:
236236

237237
- For iOS: `rustup target add aarch64-apple-ios x86_64-apple-ios`
238238
- For iOS simulator: `rustup target add aarch64-apple-ios-sim`
239-
- For Android: `rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android`
239+
- For Android:
240+
`rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android`
240241

241242
#### Android
242243

@@ -254,7 +255,8 @@ system. Likely the easiest way to do so is:
254255
available in your path and automatically picks up the NDK version you
255256
installed in the previous step
256257
4. Tell `gradle` where it can find the NDK by updating your `gradle.properties`
257-
e.g. `echo "NDK_HOME=\"$HOME/Library/Android/sdk/ndk/{ndk_version}\"" >> ~/.gradle/gradle.properties`
258+
e.g.
259+
`echo "NDK_HOME=\"$HOME/Library/Android/sdk/ndk/{ndk_version}\"" >> ~/.gradle/gradle.properties`
258260
5. Run `cargo install cargo-ndk` (>= v3.0.0) to be able to build the Rust code
259261
for Android
260262
6. Optional: let Android Studio use Flutter SDK installed via FVM by following
@@ -473,30 +475,57 @@ text. Note that they don't display when rendered within a website, you need to
473475
read the text in a regular text editor or pager to see them.
474476

475477
[1]: https://www.digitaleoverheid.nl/kabinetsbeleid-digitalisering/werkagenda/
478+
476479
[2]: https://www.rijksoverheid.nl/onderwerpen/inloggen-europese-economische-ruimte-eer-eidas/alles-wat-u-moet-weten-over-eidas/
477-
[3]: https://www.figma.com/design/CPMQrCx6QBr4oLYjDvhY3g/20241015_Release_UI_NLWallet?node-id=27602-6&t=DUBHU8KUCwhougZo-1/
480+
481+
[3]: https://www.figma.com/design/4efsEQFFJqenB80OKqfmdl/20241126_Release_UI_NLWallet?node-id=1-3716&t=HhqTBGpCrSVcW8ku-1
482+
478483
[4]: https://github.com/MinBZK/nl-wallet/
484+
479485
[5]: https://edi.pleio.nl/
486+
480487
[6]: mailto:edi@minbzk.nl?subject=Feedback%20or%20ideas
488+
481489
[7]: releases
490+
482491
[8]: ./LICENSES/EUPL-1.2.txt
492+
483493
[9]: ./.reuse/dep5
494+
484495
[10]: https://reuse.software/spec/
496+
485497
[11]: mailto:edi@minbzk.nl?subject=Contribution%20via%20GitHub
498+
486499
[12]: https://edi.pleio.nl/events/
500+
487501
[13]: ./wallet_app/README.md
502+
488503
[14]: ./wallet_core/README.md
504+
489505
[15]: ./wallet_web/README.md
506+
490507
[16]: ./wallet_core/wallet_provider/README.md
508+
491509
[17]: https://flutter.dev/docs/get-started/install
510+
492511
[18]: https://fvm.app/documentation/getting-started/installation
512+
493513
[19]: ./wallet_app/.fvm/fvm_config.json
514+
494515
[20]: https://www.rust-lang.org/tools/install
516+
495517
[21]: https://developer.android.com/studio
518+
496519
[22]: https://fvm.app/documentation/getting-started/configuration
520+
497521
[23]: https://apps.apple.com/us/app/xcode/id497799835?mt=12
522+
498523
[24]: https://github.com/firecow/gitlab-ci-local#installation
524+
499525
[25]: https://docs.docker.com/get-started/get-docker/
526+
500527
[26]: ./documentation/index.md
528+
501529
[27]: https://github.com/minvws/nl-rdo-max
530+
502531
[28]: https://github.com/BRP-API/Haal-Centraal-BRP-bevragen

0 commit comments

Comments
 (0)