Skip to content

Commit e2958c5

Browse files
authored
Update readme
1 parent 8ea1847 commit e2958c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ Installation
3333
------------
3434

3535
1. Install the script by copying all files to the
36-
`[user directory]/.gimp-<version>/plug-ins` directory.
36+
`[user directory]/.gimp-[version]/plug-ins` directory.
3737
2. Download the [astor](https://github.com/berkerpeksag/astor) library and
38-
install it in `[user directory]/.gimp-<version>/plug-ins` directory.
38+
install it in `[user directory]/.gimp-[version]/plug-ins` directory.
3939

40+
Example of an installation directory: `/home/khalim/.gimp-2.8/plug-ins`.
4041

4142
Running the Generator
4243
---------------------
@@ -46,7 +47,8 @@ To run the generator, open GIMP and choose
4647

4748
Alternatively, you may run the plug-in from the Python-Fu console: Open GIMP,
4849
choose `Filters -> Python-Fu -> Console` and enter
49-
`pdb.python_fu_generate_predefined_completions_for_pydev(True, True)`.
50+
51+
`pdb.python_fu_generate_predefined_completions_for_pydev(True, True)`
5052

5153

5254
Installing Predefined Completions in PyDev

0 commit comments

Comments
 (0)