Skip to content

Commit f3bbb9a

Browse files
committed
♻️ Synced dbin 📦 <-- Change image links to relative paths in README ⌚
1 parent c5ca9ac commit f3bbb9a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dbin can also work on systems other than Linux, but given that we don't have rep
2424
2525
There are currently ![Current amount of binaries in the repos! x86_64](https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/counter.svg) binaries in our repos. They are all statically linked.
2626

27-
### Features ![pin](https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/pin.svg)
27+
### Features ![pin](./misc/assets/pin.svg)
2828

2929
```
3030
$ dbin --help
@@ -79,7 +79,7 @@ $ dbin --help
7979
dbin run chromium.dwfs.AppBundle "https://www.paypal.com/donate/?hosted_button_id=77G7ZFXVZ44EE" # Donate?
8080
```
8181

82-
#### Features ![pin](https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/pin.svg)
82+
#### Features ![pin](./misc/assets/pin.svg)
8383
- Ability to install specific versions of binaries (by specifying the Snapshot you want to install of it)
8484
- Ability to use user-curated repositories, as the format for the repository indexes is quite simple
8585
Note that a repo index for `dbin` can be in either of these formats:
@@ -93,7 +93,7 @@ $ dbin --help
9393
- `dbin` will survive even if the upstream repo disappears. `dbin` has a repository index that is held in its own repo. And given that the upstream binaries are held & built in GHCR, all build logs and binaries will continue to be usable/downloadable even if `pkgforge` disappears or experiences downtime
9494
- The binaries in `dbin` are specifically filtered for `portability` (meaning, they work on older kernel versions, they work on `Musl` and `Glibc` and even weird yet wonderful systems like [AliceLinux](https://github.com/xplshn/alicelinux), [OasisLinux](https://github.com/oasislinux/oasis) or FreeBSD (with linuxlator, so that you don't have to set up an Ubuntu chroot to install a Linux web browser and be able to watch DRM content, etc)
9595

96-
#### What are these optional flags? ![pin](https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/pin.svg)
96+
#### What are these optional flags? ![pin](./misc/assets/pin.svg)
9797
##### Flags that correspond to the `run` functionality
9898
In the case of `--transparent`, it runs the program from $PATH and if it isn't available in the user's $PATH it will pull the binary from `dbin`'s repos and run it from cache.
9999
##### `Update` arguments:
@@ -124,7 +124,7 @@ Snapshots: HEAD-9b3f7ff-250119T130748-x86_64-linux [2.0.14]
124124
`search` can only receive various search terms, if the name of a binary or a description of a binary contains the term, it is shown as a search result.
125125
`search` can optionally receive a `--limit` argument, which changes the limit on how many search results can be displayed (default is 90) (you can also put this in your config)
126126

127-
## Getting Started ![pin](https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/pin.svg)
127+
## Getting Started ![pin](./misc/assets/pin.svg)
128128

129129
To begin using dbin, simply run one of these commands on your Linux/FreeBSD+Linuxlator system. No additional setup is required. You may also build the project using `go build` or `go install`
130130
#### Use without installing
@@ -198,7 +198,7 @@ A schema of the metadata format can be found here [/misc/cmd/dbinRepoIndexGenera
198198

199199
# Acknowledgements
200200

201-
### Default repos ![pin](https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/pin.svg)
201+
### Default repos ![pin](./misc/assets/pin.svg)
202202
###### NOTE: All of them are based on external sources, except AppBundleHUB. As I'm not a package maintainer. The default repos come within the same file
203203

204204
- [PkgForge's repos](https://docs.pkgforge.dev/repositories): External repository with __Portable__ programs that are _truly static, or otherwise self-contained_ using a wrapper format

0 commit comments

Comments
 (0)