From 418f6b7827f402e8777e8e1cb85799907094d257 Mon Sep 17 00:00:00 2001 From: Pierre Date: Fri, 27 Jul 2018 10:28:55 +0200 Subject: [PATCH] updated README [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 621c3cb..60251f3 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ see also the files `.travis.yml` and `appveyor.yml`. #### Publishing with Deken -Once the binaries are compiled or uploaded with Travis and Appveyor to the releases section of GitHub, the external can be published using [Deken](https://github.com/pure-data/deken). First of all, you must have an account on the website https://puredata.info and the [Deken plugin for developers](https://github.com/pure-data/deken/blob/master/developer/README.md) installed. On Windows run the script FaustDeken.bat with the version of the external, for example: `FaustDeken 0.0.1`. On Unix systems, run the script FaustDeken.sh with the version of the external, for example: `FaustDeken.sh 0.0.1`. +Once the binaries are compiled or uploaded with Travis and Appveyor to the releases section of GitHub, the external can be published using [Deken](https://github.com/pure-data/deken). First of all, you must have an account on the website https://puredata.info and the [Deken plugin for developers](https://github.com/pure-data/deken/blob/master/developer/README.md) installed. On Windows run the script FaustDeken.bat located in the deken subdirectory with the version of the external, for example: `FaustDeken 0.0.1`. On Unix systems, run the script FaustDeken.sh the deken subdirectory with the version of the external, for example: `FaustDeken.sh 0.0.1`. Once the deken files are prepared, you can upload the files to puredata.info using `FaustDeken.sh upload 0.0.1`. ## Credits