Skip to content

Commit 08f600a

Browse files
authored
Update README.md
1 parent 0cecddb commit 08f600a

File tree

1 file changed

+9
-24
lines changed

1 file changed

+9
-24
lines changed

README.md

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
# vector
2-
Color Library in Ruby
2+
Ruby Virus
33

4+
```
5+
gem install chilkat
6+
```
47

5-
# install
6-
7-
for install Library in your gem
8-
9-
1. in shell write 'gem install vector-0.0.1.gem' and Enter
10-
2. check gem list to install
11-
12-
13-
# Use lib
14-
15-
for use Library in ruby
16-
17-
1. in file ruby write
18-
require 'Vector'
19-
20-
2. and now you can use library look like this
21-
22-
puts "+ hello world".green
23-
24-
Output :
25-
26-
```diff
27-
+ hello world
8+
# after
9+
```
10+
cd vector
11+
$ ruby main.rb
2812
```
13+

0 commit comments

Comments
 (0)