Skip to content

Commit 1d919a6

Browse files
authored
Merge pull request #54 from nilsonLazarin/main
MS Windows installer for JaCaMo-CLI
2 parents a08a688 + 40eab12 commit 1d919a6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/install.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,24 @@ 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])::
91+
For Debian, Ubuntu, Mint, and derivates (APT Package by link:https://github.com/chon-group/dpkg-jacamo[Chon])::
9292
To install execute the following commands in a terminal:
9393
----------------
9494
echo "deb [trusted=yes] http://packages.chon.group/ chonos main" | sudo tee /etc/apt/sources.list.d/chonos.list
9595
sudo apt update
9696
sudo apt install jacamo-cli
9797
----------------
9898

99+
For Windows (Installer by link:https://github.com/chon-group/win-jacamo[Chon])::
100+
To install, download the link:https://packages.chon.group/windows/jacamo-cli/[jacamo-installer-file] and proceed with the instalation, like below:
101+
102+
103+
[cols="3*^", options="header"]
104+
|===
105+
|image:https://raw.githubusercontent.com/chon-group/win-jacamo/main/.imgs/install01.png[] |image:https://raw.githubusercontent.com/chon-group/win-jacamo/main/.imgs/install02.png[] |image:https://raw.githubusercontent.com/chon-group/win-jacamo/main/.imgs/install03.png[]
106+
|image:https://raw.githubusercontent.com/chon-group/win-jacamo/main/.imgs/install04.png[] |image:https://raw.githubusercontent.com/chon-group/win-jacamo/main/.imgs/install05.png[] |image:https://raw.githubusercontent.com/chon-group/win-jacamo/main/.imgs/install06.png[]
107+
|===
108+
99109
Others::
100110
Requirements:
101111

0 commit comments

Comments
 (0)