From 8461e02676362f428c0455fb6dcdb78e6e904510 Mon Sep 17 00:00:00 2001 From: edbarz9 Date: Sun, 3 May 2020 11:42:46 +0200 Subject: [PATCH] Add 'README.md' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b97ad3b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Bitwig-Studio + +This Makefile basically downloads the .deb from the [Bitwig website](https://www.bitwig.com/en/home.html), uncompress it and install bitwig-studio in the /opt/ dir. + +The executable will be sym-linked to /usr/local/bin/bitwig-studio. + +Note that if you use a Desktop Environment (ex. GNOME) you won't find the icon in your app list (if you are using a window manager, it shouldn't be a problem). This can be fixed by grabbing what's in the usr/share directory extracted from data.tar.xz. + +### Install + +As simple as `# make install`. \ No newline at end of file