Skip to content

Commit

Permalink
Updated readme file and brought it into the project
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoi-Nami-Ra committed Aug 18, 2018
1 parent a5ab934 commit c1ebe8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Taskwarrior Pomodoro.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
4C879AE91C13BDF8000C3F84 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
4C879AEB1C13BDF8000C3F84 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4C879AF31C13CD00000C3F84 /* SwiftyJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyJSON.swift; sourceTree = "<group>"; };
F3E3A6D021286EE300E7A428 /* changelog.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = changelog.md; sourceTree = "<group>"; };
F3E3A6D121286EE300E7A428 /* readme.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = readme.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -36,6 +38,7 @@
4C879AD81C13BDF8000C3F84 = {
isa = PBXGroup;
children = (
F3E3A6D321286F2600E7A428 /* docs */,
4C879AE31C13BDF8000C3F84 /* Taskwarrior Pomodoro */,
4C879AE21C13BDF8000C3F84 /* Products */,
4C879AF31C13CD00000C3F84 /* SwiftyJSON.swift */,
Expand All @@ -61,6 +64,15 @@
path = "Taskwarrior Pomodoro";
sourceTree = "<group>";
};
F3E3A6D321286F2600E7A428 /* docs */ = {
isa = PBXGroup;
children = (
F3E3A6D121286EE300E7A428 /* readme.md */,
F3E3A6D021286EE300E7A428 /* changelog.md */,
);
name = docs;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A simple application allowing you to use Pomodoro techniques with Taskwarrior on

## Installation

You can [download the latest release (1.7.0) here](http://coddingtonbear-public.s3.amazonaws.com/github/taskwarrior-pomodoro/releases/taskwarrior-pomodoro-1.7.0.dmg), and install it by dragging the application into your Applications directory.
You can download the latest version [from the release page here](https://github.com/coddingtonbear/taskwarrior-pomodoro/releases), and install it by dragging the application into your Applications directory.

## Configuration

Expand Down

0 comments on commit c1ebe8b

Please # to comment.