From b733fbe58dc1f2bfb004e8283eac8ee692677c6c Mon Sep 17 00:00:00 2001 From: Federico Zanetello Date: Wed, 24 Nov 2021 18:30:24 +0700 Subject: [PATCH] Update README.md (#285) --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4cc29357c..7498805f8 100644 --- a/README.md +++ b/README.md @@ -152,15 +152,8 @@ If writing your own Swift template there are a few types that are generated that - `DateTime`: The `date-time` format. Usually `Date` - `DateDay`: The `date` format. Usually `Date` or a custom type. -## Editing -``` -$ git clone https://github.com/yonaskolb/SwagGen.git -$ cd SwagGen -$ swift package generate-xcodeproj -``` -This use Swift Project Manager to create an `xcodeproj` file that you can open, edit and run in Xcode, which makes editing any code easier. - -If you want to pass any required arguments when running in XCode, you can edit the scheme to include launch arguments. +## Development +If you want to pass any required arguments when running in Xcode, you can edit the scheme to include launch arguments. ## Templates Templates are made up of a template config file, a bunch of **Stencil** files, and other files that will be copied over during generation