Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandipdutta committed Dec 31, 2021
1 parent 074c61a commit b4b9ecf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ No need to install, just download the `.exe` file, and put the path to the file
If you plan to build from source, you will need to install Go from [here](https://golang.org/doc/install).
After you are done installing. Get the repo and run the following command:
```
cd themeChange
go build themeChanger.go
git clone https://github.com/sayandipdutta/themechanger.git
cd themechange
go mod tidy
go build main/themeChanger.go
```
`themeChange.exe` file will be created in the same directory as the repo.
`themeChange.exe` file will be created in the `pwd`.

## Usage
1. Open the Auto Dark Mode scripts file (see [Installation](#installation))
Expand Down

0 comments on commit b4b9ecf

Please sign in to comment.