From d902b1f89026cd6cb4d6347c4c4d53997465f9c2 Mon Sep 17 00:00:00 2001 From: Aaldn Date: Wed, 7 Feb 2024 13:51:10 +0100 Subject: [PATCH] docs: update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f6e2c9..246e512 100644 --- a/README.md +++ b/README.md @@ -25,21 +25,23 @@ Flutter Portfolio – by [@AladdineDev](https://github.com/AladdineDev) If you haven't already, install [Flutter](https://docs.flutter.dev/get-started/install) -[Fork](https://github.com/AladdineDev/portfolio/fork) and [clone](https://docs.github.com/en/get-started/quickstart/fork-a-repo#cloning-your-forked-repository) this repository +**1. [Fork](https://github.com/AladdineDev/portfolio/fork) and [clone](https://docs.github.com/en/get-started/quickstart/fork-a-repo#cloning-your-forked-repository) this repository** -| Enable your workflows to allow deployment | +**2. Enable your workflows** + +| Go to the Actions tab and enable your workflows.| | -----------------------------------------------| | ![](./docs/images/github-actions-enable-workflows.png)| From here, you're all set to [deploy](#deploy) your portfolio online. To build it locally and make customizations, follow the instructions below. -**1. Install dependencies:** +**3. Install dependencies:** ```bash $ flutter pub get ``` -**2. Run the code generator:** +**4. Run the code generator:** ```bash $ dart run build_runner build -d @@ -47,7 +49,7 @@ $ dart run build_runner build -d > For additional information, refer to the [build_runner](https://pub.dev/packages/build_runner) documentation -**3. Generate localization files:** +**5. Generate localization files:** ```bash $ dart run easy_localization:generate -S assets/translations -f json -O lib/src/localization/generated -o locale_json.g.dart