From 61ae6d426373fe3bafc665aaf20d6023ab23d9d8 Mon Sep 17 00:00:00 2001 From: Ahmed Khaled <65862757+Ahmed-Khaled-dev@users.noreply.github.com> Date: Thu, 15 Aug 2024 21:52:39 +0300 Subject: [PATCH] docs: Update looks of directory names in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 083441b..d12e200 100644 --- a/README.md +++ b/README.md @@ -47,17 +47,17 @@ $ git clone https://github.com/Ahmed-Khaled-dev/synfig-appimage.git ### 3. Copy the _production/build directory inside synfig-appimage/ -Note, only copy the ``build`` directory, don't copy the directory _production +Note, only copy the ``build`` directory, don't copy the directory ``_production`` ### 4. Run the Script -Move inside synfig-appimage and run the below +Move inside ``synfig-appimage`` and run the below ``` $ chmod +x generate-synfig-appimage.sh $ ./generate-synfig-appimage.sh ``` -After it finishes you should find a file called **Synfig_Studio-x86_64.AppImage** inside the synfig-appimage directory +After it finishes you should find a file called **Synfig_Studio-x86_64.AppImage** inside the ``synfig-appimage`` directory if yes, then Hooray you have generated a Synfig AppImage! 🎉 @@ -66,4 +66,4 @@ Now you can test it by doing ``` $ chmod +x Synfig_Studio-x86_64.AppImage $ ./Synfig_Studio-x86_64.AppImage -``` \ No newline at end of file +```