From 41d1ab4a5c7f5609f63b739baae9f095cfa5ca34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 19 Aug 2015 17:50:27 -0700 Subject: [PATCH] Apparently lists and code blocks don't play nice together --- CONTRIBUTING.md | 8 ++++---- README.md | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4587ba2cc..b7a3f973ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,11 +28,11 @@ about apps that can no longer be built will be closed. If you want to add a new app you will have to add a new metadata file to the repository, like `metadata/app.id.txt`. Here is how to write that file. -* If the app is on GitHub, GitLab or Bitbucket, use `fdroid import`: +If the app is on GitHub, GitLab or Bitbucket, use `fdroid import`: fdroid import --url https://github.com/foo/bar --subdir app -* Alternatively, start the metadata file from scratch: +Alternatively, start the metadata file from scratch: cp templates/app-minimal metadata/app.id.txt @@ -43,8 +43,8 @@ You can use the [metadata section](https://f-droid.org/manual/html_node/Metadata in the manual for reference, or the full template at `templates/app-full` for some suggestions. -* Once you're done, see if `fdroid readmeta` runs without any errors. If it - doesn't, there are syntax errors in your metadata file. +Once you're done, see if `fdroid readmeta` runs without any errors. If it +doesn't, there are syntax errors in your metadata file. ### Building it diff --git a/README.md b/README.md index abe95792f3..2db7808c40 100644 --- a/README.md +++ b/README.md @@ -7,23 +7,23 @@ main repo on f-droid.org. ## Quickstart -* Clone [fdroidserver](https://gitlab.com/fdroid/fdroidserver): +Clone [fdroidserver](https://gitlab.com/fdroid/fdroidserver): git clone https://gitlab.com/fdroid/fdroidserver.git -* Add the cloned dir to your `PATH`: +Add the cloned dir to your `PATH`: export PATH="$PATH:$PWD/fdroidserver -* Enter it: +Enter it: cd fdroiddata -* An empty configuration file should work as a start: +An empty configuration file should work as a start: touch config.py -* Make sure fdroid works and reads the metadata files properly: +Make sure fdroid works and reads the metadata files properly: fdroid readmeta