Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 900 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 900 Bytes

VTC [Vocabulary Trainer written in C]

📎 Simple CLI application for learning vocabulary. This tool allows you to create new dictionaries, add/remove words and test yourself.

Usage

Installation

NOTE: Currently only macOS is supported.

To install VTC:

  • just download the latest vtc.tar.gz release from release page for your operating system
  • or install the program using Command Line

Compiling from Command Line

You can also build the program yourself using Terminal. To do this, run the following commands:

git clone [email protected]:achudnova/VTC.git
cd vtc
gcc main.c -o main
./main

License

VTC is licensed under the MIT License - see the LICENSE for details.