diff --git a/INSTALL.md b/INSTALL.md index 6fe6c8f..e47bb7a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -227,13 +227,14 @@ The last two dependencies are available as prebuilt packages in this repository. To compile Smaragd, do the following in the terminal: 1. `cd smaragd-0.1.1` -2. `mkdir build` +2. `mkdir build` (You can delete the build directory that already exists, or use a different name) 3. `cd build` 4. ```cmake -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ..``` 5. `make` 6. `sudo make install` If compiling multiple times, only the last step is required. Steps 1-4. are for setting the environment up for the first time. +To see new changes, restart KWin (Assuming Smaragd has been installed for the first time, and has been selected in the settings). ### Plasma widgets diff --git a/README.md b/README.md index fbaa6c8..f8fbf22 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ These are all the projects which I have either mentioned or forked for the purposes of this theme pack. Please consider checking them out and checking out the authors who created these themes, plasmoids and other tweaks. +XMR: `45WrFdAJvAaLTPA27xfqckPGiqphTBnbmELxdBrjpkpW7Bwuc9Rn2TT13QXm7eHZgVJKRPDBbJFLt4Crg9EXLxKp9E9AHJp` ## TABLE OF CONTENTS 1. [Introduction](#introduction)