diff options
Diffstat (limited to 'apps/accessibility/README.md')
-rw-r--r-- | apps/accessibility/README.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/apps/accessibility/README.md b/apps/accessibility/README.md deleted file mode 100644 index c9713ff5c07..00000000000 --- a/apps/accessibility/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# Accessibility ♿ - -> This app provide multiple features to ease the use of nextcloud. - -## Build Setup - -``` bash -# install dependencies -make dev-setup - -# build for development -make build-js - -# build for development and watch edits -make watch-js - -# build for production with minification -make build-js-production - -# clean output files -make clean -``` |