aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorLines
2024-03-20Add final "meson setup --reconfigure" to README.mdBernd Schubert-1/+4
This reconfigure is recommended to ensure the build system (ninja/cmake/...) get the updated meson config. They typically do, but it depends on file time stamps - is a potential random error source.
2023-08-08Don't attempt to put signify signature into gz headerNikolaus Rath-6/+5
This is currently buggy, cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042837
2023-07-05Use signify to sign releases.Nikolaus Rath-2/+13
2023-03-29Fix meson deprecation warningMatthias Goergens-1/+1
When running `meson ..` I get: ``` WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. ``` So let's fix this in the docs.
2021-01-12Fix a few typos in README.md. (#579)John Baber-Lucero-4/+4
* Fix a few typos in README.md. * Change recommendation to mandate for meson and ninja Co-authored-by: John Baber-Lucero <git@frundle.com>
2020-08-10Remove pointer to professional consulting offersNikolaus Rath-7/+0
I do not want to offer this actively anymore.
2020-07-03README: Correct the directory name from 'examples' to 'example' (#526)winndows-1/+1
Correct the directory name from 'examples' to 'example' in readme. Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn> Co-authored-by: Liao Pingfang <liao.pingfang@zte.com.cn>
2020-07-03docs: Replace `mesonconf` with `meson configure` (#528)Craig Chi-4/+4
Fixes #527
2019-10-24Update README.md (#465)Emily Herbert-1/+1
2019-04-30Added information about development status.Nikolaus Rath-0/+14
2018-10-16Bump minimum Meson versionNikolaus Rath-3/+3
According to user reports (https://github.com/libfuse/libfuse/pull/300), we need at least version 0.42.
2017-11-27fix "Rath Consulting" link (#225)divinity76-2/+2
2017-11-13Updated professional support information.Nikolaus Rath-2/+2
2017-09-12Use "mkdir" instead of "md" in instructions.Nikolaus Rath-1/+1
Fixes: #205.
2017-08-24Dropped support for building with autotoolsNikolaus Rath-18/+1
It's just too much pain to keep it working.
2017-07-06Added information about professional support.Nikolaus Rath-0/+7
2017-06-06Describe supported platforms.Nikolaus Rath-0/+8
2017-04-10Remove 'tests' target in favor of calling py.test directly.Nikolaus Rath-4/+4
Together with the previous commit, this fixes #156.
2017-04-10Build tests by default.Nikolaus Rath-1/+1
2017-03-15Document minimum required Meson version.Nikolaus Rath-3/+3
Fixes #138.
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-18/+43
2017-01-12Rephrased security informationNikolaus Rath-29/+29
The permission caching bug has been present forever, is presumably going to stay around for a while, and is of less concern if allow_other is not used. Since allow_other is disabled by default, I think we can safely make this warning less prominent and document the problem when we describe allow_other. Also, drop the travis build status. It's confusing when reading README.md after extracting the tarball, and I am not sure who benefits from the build status when it is shown on GitHub either.
2016-12-11Adding the markdown for travis CI build.Arunav Sanyal-0/+2
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk-1/+1
2016-10-16Various documentation updatesNikolaus Rath-4/+2
Move README.NFS into doc/ Update project URL Remove reference to non-existent INSTALL file Remove outdated/obsolete NEWS and how-fuse-works files. Update references to examples.
2016-03-29Added basic unit tests.Nikolaus Rath-1/+6
Fixes issue #33.
2016-03-01Improve description of issue #15.Nikolaus Rath-8/+10
2016-02-02Fix description of bug #15.Nikolaus Rath-9/+19
2016-02-01Document bug #15.Nikolaus Rath-2/+12
2016-01-28Include documentation in tarball.Nikolaus Rath-1/+3
2016-01-28Remove "credits" section, we now have an AUTHORS file.Nikolaus Rath-12/+0
2015-12-21Updated homepage URL and added download location.Nikolaus Rath-1/+5
2015-12-20Migrated README to README.md for Markdown rendering on GitHub.Nikolaus Rath-0/+98