diff options
author | axtloss <axtlos@tar.black> | 2022-07-02 16:13:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 16:13:05 +0200 |
commit | e0a82816111bf6a186ee1305532aac64fe6ee148 (patch) | |
tree | 057fd05fa1692c2d226936d1f5532ef021b6a923 | |
parent | 1b11ae9fa58b82bcd0c908f2b08e1e1963e9bf74 (diff) | |
download | flatpaks-e0a82816111bf6a186ee1305532aac64fe6ee148.tar.gz flatpaks-e0a82816111bf6a186ee1305532aac64fe6ee148.tar.bz2 |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | org.gnu.coreutils/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.gnu.coreutils/README.md b/org.gnu.coreutils/README.md index 5dd381e..93a85a5 100644 --- a/org.gnu.coreutils/README.md +++ b/org.gnu.coreutils/README.md @@ -1,4 +1,4 @@ -# coreutils +# [coreutils](https://www.gnu.org/software/coreutils/) works with no issues, but you'll have to use them by running `flatpak run org.gnu.coreutils <the coreutil>`, so for `cat` it'd be `flatapk run org.gnu.coreutils cat` if you want to simplify it you can alias them to the proper command. |