From e79c071bd5703f3d55703278f5803b3d271293de Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 2 Jun 2007 17:21:58 +0000 Subject: formatting tweak for readme svn path=/trunk/; revision=7743 --- packages/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Makefile b/packages/Makefile index a77e8147..0e84d364 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -607,7 +607,7 @@ ifeq ($(OS_NAME),linux) endif ifeq ($(OS_NAME),darwin) echo "

To install Pd, drag the $(PACKAGE_NAME).app into your /Applications folder or to the shortcut in the disk image.

" >> $(README_FILE) - echo "

By default, most of the included libraries are loaded at startup. To change this, set your own preferences in the Startup... Preferences pane usings the Save all settings button. If you want to start with a blank set of preferences, run this command in the Terminal.app: touch ~/Library/Preferences/org.puredata.pd.plist (~ means your home folder).

" >> $(README_FILE) + echo "

By default, most of the included libraries are loaded at startup. To change this, set your own preferences in the Startup... Preferences pane usings the Save all settings button. If you want to start with a blank set of preferences, run this command in the Terminal.app:

touch ~/Library/Preferences/org.puredata.pd.plist

(~ means your home folder).

" >> $(README_FILE) endif ifeq ($(OS_NAME),windows) echo "

To install, run the installer.

" >> $(README_FILE) -- cgit v1.2.1