Skip to content

Commit a08a688

Browse files
authored
Merge pull request #52 from nilsonLazarin/main
JaCaMo-CLI installation using APT
2 parents 1c51473 + 0a26977 commit a08a688

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/install.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,22 @@ To edit your code, any text editor can be used. VS Code has plugins for syntax h
8888

8989
This option requires that you install JaCaMo CLI in your machine. JaCaMo CLI has features to create and manage JaCaMo projects.
9090

91+
APT Package - for Debian, Ubuntu, Mint, and derivates (by link:https://github.com/chon-group/dpkg-jacamo[Chon])::
92+
To install execute the following commands in a terminal:
93+
----------------
94+
echo "deb [trusted=yes] http://packages.chon.group/ chonos main" | sudo tee /etc/apt/sources.list.d/chonos.list
95+
sudo apt update
96+
sudo apt install jacamo-cli
97+
----------------
98+
99+
Others::
91100
Requirements:
92101

93102
- Java >= 21
94103

95104
Download a JaCaMo release from link:https://github.com/jacamo-lang/jacamo/releases[here] (download the file named `jacamo-bin-.....zip`) and decompress it. The zip file contains documentation, examples, and a sub-directory `bin` with the file *`jacamo`*. It is a unix executable file, if not, change its properties with `chmod +x jacamo`. Finally, link:https://www.computerhope.com/issues/ch000549.htm[adds the directory `bin` in your machine `PATH`] so that the command `jacamo` can be executed in a terminal.
96105

106+
Hello World::
97107
In a terminal, you can create a new application named `app1` with the command
98108

99109
```

0 commit comments

Comments
 (0)