Skip to content

Commit 5577baf

Browse files
klingtnet1138-4EB
authored andcommitted
fix import paths (#12)
1 parent 6e56ac1 commit 5577baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ iwr -useb https://filebrowser.github.io/get.ps1 | iex
3232

3333
The easiest way to get started is using this with Caddy web server. You just need to download Caddy from its [official website](https://caddyserver.com/download) with `http.filemanager` plugin enabled. For more information about the plugin itself, please refer to its [documentation](https://caddyserver.com/docs/http.filemanager).
3434

35-
If you're building Caddy from source, you should import `github.com/filebrowser/filebrowser/caddy/filemanager` for File Browser, `github.com/filebrowser/filebrowser/caddy/hugo` for Hugo and `github.com/filebrowser/filebrowser/caddy/jekyll` for Jekyll.
35+
If you're building Caddy from source, you should import `github.com/filebrowser/caddy/filemanager` for File Browser, `github.com/filebrowser/caddy/hugo` for Hugo and `github.com/filebrowser/caddy/jekyll` for Jekyll.
3636

3737
## Docker
3838

0 commit comments

Comments
 (0)