Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Puchaczov authored Feb 3, 2024
1 parent 6bd899e commit 8ce3381
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build & Tests](https://github.com/Puchaczov/Musoq/workflows/Unit%20Tests/badge.svg)](https://github.com/Puchaczov/Musoq/workflows/Unit%20Tests/badge.svg)

# What is Musoq?
Musoq is handy tool that allows to use SQL syntax on a variety of data sources.
Musoq is handy engine that allows to use SQL syntax on a variety of data sources.

![Anim](https://github.com/Puchaczov/Musoq/blob/master/musoq_anim_3.gif)

Expand Down Expand Up @@ -35,14 +35,10 @@ Please, Visit **[Musoq.DataSources](https://github.com/Puchaczov/Musoq.DataSourc
or through reordered syntax:

`from #os.files('path/to/folder', false) where Extension = '.exe' or Extension = '.png' select *`

## How to run it?

To run it, visit **[Musoq installation page](https://puchaczov.github.io/Musoq/installation)**. You will find there latest release with installation process description.

## Does it work on Linux?

Yes, it does work on linux. I have tested it on Ubuntu 18.04. If you try to run it on different distro or version. I will be grateful if you would post an issue reporting either success or fail.
The engine is compatible with Linux, Windows, and Docker environments. It is also expected to run on macOS, although it has not been explicitly tested on this platform.

## What features does it has?

Expand Down

0 comments on commit 8ce3381

Please sign in to comment.