Skip to content

Commit 0d05faa

Browse files
committed
Update Readme.md
1 parent e551e37 commit 0d05faa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ web.go should be familiar to people who've developed websites with higher-level
1010
* Secure cookies
1111
* Support for fastcgi and scgi
1212
* Web applications are compiled to native code. This means very fast execution and page render speed
13-
* Serving static files
13+
* Efficiently serving static files
1414

1515
## Installation
1616

@@ -43,8 +43,12 @@ To compile it from source:
4343

4444
To run the application, put the code in a file called hello.go and run:
4545

46-
8g hello.go && 8l -o hello hello.8 && ./hello
46+
6g hello.go && 6l -o hello hello.6 && ./hello
47+
48+
If you're running on a 32-bit OS, the commend is:
4749

50+
8g hello.go && 8l -o hello hello.8 && ./hello
51+
4852
You can point your browser to http://localhost:9999/world .
4953

5054
### Getting parameters

0 commit comments

Comments
 (0)