Skip to content

Commit

Permalink
Update link to corese-library-python-4.4.0.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
remiceres authored Mar 30, 2023
1 parent 60f6ca4 commit 6d1f768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ java -jar "-Dfile.encoding=UTF8" "corese-gui-4.4.0.jar"
- Download [Corese-python jar file](https://project.inria.fr/corese/download/).

```sh
wget "files.inria.fr/corese/distrib/corese-python-4.4.0.jar"
java -jar "-Dfile.encoding=UTF8" "corese-python-4.4.0.jar"
wget "files.inria.fr/corese/distrib/corese-library-python-4.4.0.jar"
java -jar "-Dfile.encoding=UTF8" "corese-library-python-4.4.0.jar"
```

### Corese-Command (beta)
Expand Down

0 comments on commit 6d1f768

Please sign in to comment.