https://github.com/douxxu/activatelinux
A windows like activation watermark, but for linux.
https://github.com/douxxu/activatelinux
Last synced: about 1 month ago
JSON representation
A windows like activation watermark, but for linux.
- Host: GitHub
- URL: https://github.com/douxxu/activatelinux
- Owner: douxxu
- License: gpl-3.0
- Created: 2024-09-07T16:48:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T20:47:34.000Z (about 1 year ago)
- Last Synced: 2024-10-07T17:36:43.930Z (12 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ActivateLinux
A windows like activation watermark, but for linux.### Built with
* [![Nodejs][Node.js]][Node-url]
* [![ElectronJS][Electronjs]][Electron-url]### Prerequisites
* npm
```sh
npm install npm@latest -g
```## Installation
Install ActivateLinux with
```sh
sudo npm install -g activatelinux
```## Usage
Run it with
```sh
activatelinux
```
## License
Distributed under the GPL-3.0 License. See `LICENSE.txt` for more information.
[Node.js]: https://img.shields.io/badge/node.js-43853D?style=for-the-badge&logo=nodedotjs&logoColor=white
[Node-url]: https://nodejs.org/
[Electronjs]: https://img.shields.io/badge/electron-2C2E3B?style=for-the-badge&logo=electron&logoColor=white
[Electron-url]: https://electronjs.org