Skip to content

Commit 67b5a0f

Browse files
faabergrKrzysztof-Cieslak
authored andcommitted
Tweak README.md build instructions (#144)
I was able to figure out what to do but someone who hasn't used .NET Core as much might be more confused about where to begin. Also tweaked some wording. Just wanted to try to make it a little more approachable. :)
1 parent 3314cd6 commit 67b5a0f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Saturn
22

3-
Saturn is a web development framework written in F# which implements the server-side MVC pattern. Many of its components and concepts will seem familiar to those of us with experience in other web frameworks like Ruby on Rails or Python’s Django.
3+
Saturn is a web development framework written in F# which implements the server-side MVC pattern. Many of its components and concepts will seem familiar to anyone with experience in other web frameworks like Ruby on Rails or Python’s Django.
44

55
It's heavily inspired by Elixir's [Phoenix](http://phoenixframework.org/).
66

77
Read more about why I've decided to create Saturn, and some of its design choices on my blog - http://kcieslak.io/Reinventing-MVC-for-web-programming-with-F
88

99
## Documentation
1010

11-
Saturn has a nice [documentation](https://saturnframework.github.io/docs/) and I appreciate any help to improve it further by sending pull requests or just adding an issue with you think is missing.
11+
Saturn has nice [documentation](https://saturnframework.github.io/docs/) and I appreciate any help to improve it further by sending pull requests or just adding an issue with what you think is missing.
1212

1313
## How to build
1414

15-
1. Install requirements - .Net SDK 2.1, and FAKE 5.X
16-
2. `fake build`
15+
1. Install the .NET Core SDK from https://www.microsoft.com/net/download
16+
2. Install FAKE: `dotnet tool install fake-cli -g`
17+
3. Inside the repo directory, run `fake build`
1718

1819
## How to contribute
1920

0 commit comments

Comments
 (0)