Skip to content

feat: supports mirror usage and add the README back#25

Open
fritx wants to merge 1 commit into
filebrowser:masterfrom
we-sre:patch-mirror
Open

feat: supports mirror usage and add the README back#25
fritx wants to merge 1 commit into
filebrowser:masterfrom
we-sre:patch-mirror

Conversation

@fritx

@fritx fritx commented Oct 11, 2024

Copy link
Copy Markdown
# Windows
iwr -useb https://raw.githubusercontent.com/filebrowser/get/master/get.ps1 | iex
filebrowser -r /path/to/your/files

# Unix
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
filebrowser -r /path/to/your/files

# If you are in trouble with networking issues,
# here is an example to work with mirrors:
export RELEASE_MIRROR='https://gh.api.99988866.xyz/https://github.com'
curl -fsSL https://raw.gitmirror.com/filebrowser/get/master/get.sh | bash
filebrowser -r /path/to/your/files
image

@fritx

fritx commented Oct 11, 2024

Copy link
Copy Markdown
Author

Oops. Just removed those irrelevant diffs from commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant