Skip to content

Commit 1efe268

Browse files
committed
docs: add development instructions
1 parent 87349a6 commit 1efe268

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,18 @@ You can now manage your Google Drive mounts directly from the terminal using the
9696

9797
These commands allow you to quickly mount or unmount your Google Drive shares as needed.
9898

99+
## 🧪 Development
100+
Make sure to install all dependencies:
101+
```
102+
go mod tidy
103+
```
104+
105+
If you make any changes to a `.templ` file, don't forget to generate a native go code based on the template:
106+
107+
```
108+
go tool templ generate
109+
```
110+
99111
## 📜 License
100112
This project is licensed under the [GNU General Public License v3.0](./LICENSE).
101113
You are free to use, modify, and distribute this software under the terms of the license.

0 commit comments

Comments
 (0)