Skip to content

Commit

Permalink
VITable: remove fullsysinst.
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Malvi <malvi@styxproject.ml>
  • Loading branch information
gaganmalvi committed Aug 12, 2021
1 parent 521b023 commit 273c7dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@
nim -d:release -d:ssl c src/vitable.nim
clean:
rm -f src/vitable
fullsysinst:
make clean
make build
sudo cp src/vitable /usr/bin
make clean
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@ After installing Nim, run the following.
$ git clone "https://github.com/CartelProject/VITable-CLI"
$ touch timetable.txt
$ cd VITable-CLI
$ make fullsysinst
$ vitable -h
$ make build
```

Now, to make it visible throughout system

```
$ sudo cp src/vitable /usr/bin
$ vitable -h
```

Congratulations, VITable should be up and running now!

## Contributors
- <a href="https://github.com/VisheshBansal">Vishesh Bansal</a>
- <a href="https://github.com/gaganmalvi">Gagan Malvi</a>
Expand Down

0 comments on commit 273c7dc

Please sign in to comment.