Skip to content

Commit 44b54e3

Browse files
authored
Update README.md
Update for release 1.2.2
1 parent f228c17 commit 44b54e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Interactive C/C++ shell created with BASH.
44
A simple function in TermiC:
55
```c
66
[user@FEDORA ~]$ termic
7-
TermiC 1.1V
7+
TermiC 1.2.2V
88
Language: c
99
Compiler: gcc
1010
Type 'help' for additional information
@@ -21,7 +21,7 @@ Division 25/2 is equal 12.500000
2121
Implementing classes in TermiC++:
2222
```cpp
2323
[user@FEDORA ~]$ termic++
24-
TermiC 1.1V
24+
TermiC 1.2.2V
2525
Language: c++
2626
Compiler: g++ -fpermissive
2727
Type 'help' for additional information
@@ -44,7 +44,7 @@ Age of student 'a' 15
4444
Using vectors in TermiC++:
4545
```cpp
4646
[user@FEDORA ~]$ termic++
47-
TermiC 1.1V
47+
TermiC 1.2.2V
4848
Language: c++
4949
Compiler: g++ -fpermissive
5050
Type 'help' for additional information
@@ -98,11 +98,11 @@ To install TermiC system wide:
9898
```bash
9999
wget "https://raw.githubusercontent.com/hanoglu/TermiC/main/TermiC.sh"
100100
sudo cp TermiC.sh /bin/termic
101-
sudo bash -c "echo -e '#\!/bin/bash\n/bin/termic cpp' > /bin/termic++"
101+
sudo ln -s /usr/bin/termic /usr/bin/termic++
102102
sudo chmod +x /bin/termic
103-
sudo chmod +x /bin/termic++
104103
rm -f TermiC.sh
105104
```
105+
Note: [_DEB_](https://github.com/hanoglu/TermiC/releases/download/V1.2.2/termic-1.2.2.deb) and [_RPM_](https://github.com/hanoglu/TermiC/releases/download/V1.2.2/termic-1.2.2.noarch.rpm) files in [releases](https://github.com/hanoglu/TermiC/releases/tag/V1.2.2) page can be used to install TermiC in Debian/Fedora based systems.<br><br>
106106
To start TermiC:
107107
```bash
108108
termic # For C shell

0 commit comments

Comments
 (0)