Skip to content

Commit

Permalink
Remove https:// from curl command (not needed) (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt authored Feb 21, 2025
1 parent 11e8a2f commit a0186ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Try it now and streamline your development process!
To get started quickly with UniDep, run the following command. This will download and install [micromamba](https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html) (recommended for fast Conda environment management), [uv](https://docs.astral.sh/uv/getting-started/installation/) (recommended for faster pip installations), and then install UniDep:

```bash
curl -LsSf https://raw.githubusercontent.com/basnijholt/unidep/main/bootstrap.sh | bash
curl -LsSf raw.githubusercontent.com/basnijholt/unidep/main/bootstrap.sh | bash
```

> [!NOTE]
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Run this script with:
# curl -LsSf https://raw.githubusercontent.com/basnijholt/unidep/main/bootstrap.sh | bash
# curl -LsSf raw.githubusercontent.com/basnijholt/unidep/main/bootstrap.sh | bash
#
# 🚀 UniDep - Unified Conda and Pip Dependency Management 🚀
#
Expand Down

0 comments on commit a0186ca

Please sign in to comment.