Skip to content

Commit 8bf0430

Browse files
xmo-odoofda-odoo
authored andcommitted
Add missing step to instructions
1 parent 0209176 commit 8bf0430

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,22 @@ For installation instructions and configuration details, see the [OdooLS](https:
4141

4242
## Build the plugin manually
4343

44-
To build the plugin, clone this repository and its submodule with
44+
To build the plugin, first clone the repository and setup the submodules:
4545

4646
```shell
47-
git clone [email protected]:odoo/odoo-ls-pycharm.git
48-
cd odoo-ls-pycharm
49-
git submodule init
50-
git submodule update
47+
$ git clone [email protected]:odoo/odoo-ls-pycharm.git
48+
$ cd odoo-ls-pycharm
49+
$ git submodule init
50+
$ git submodule update
51+
```
52+
Then retrieve an actual changelog to replace the placeholder:
53+
```sh
54+
$ curl -o CHANGELOG.md https://raw.githubusercontent.com/odoo/odoo-ls/refs/heads/release/changelog.md
5155
```
5256

53-
Then, you have to put OdooLs binaries (and .pdb for windows) in src/main/resources/odoo-binaries.
54-
Then, you can launch
57+
Then put OdooLs binaries (and .pdb for windows) in `src/main/resources/odoo-binaries`.
5558

56-
```shell
57-
./gradlew clean buildPlugin
58-
```
59+
Finally, you can launch `./gradlew clean buildPlugin`. Note that as of this writing you need at least the JRE 17.
5960

6061
Your plugin will be in build/distributions
6162

0 commit comments

Comments
 (0)