Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 789 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 789 Bytes

Clamav Desktop

Electron based desktop interface for ClamAV

Involved libraries

Inspirations

Development / Usage

Simply run the following commands:

# Clone the project
git clone https://github.com/Jiab77/clamav-desktop.git

# Move to the project folder
cd clamav-desktop

# Install with npm
npm install

# Run the project
npm start