Skip to content

Commit

Permalink
docs: Update looks of directory names in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Khaled-dev authored Aug 15, 2024
1 parent dddd05d commit 61ae6d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! 🎉

Expand All @@ -66,4 +66,4 @@ Now you can test it by doing
```
$ chmod +x Synfig_Studio-x86_64.AppImage
$ ./Synfig_Studio-x86_64.AppImage
```
```

0 comments on commit 61ae6d4

Please sign in to comment.