Skip to content

Commit 98bb1dc

Browse files
committed
refact: changes in README.md
1 parent 02ca76c commit 98bb1dc

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,26 @@ $ sudo apt install cmake zlib1g-dev libx11-dev libxtst-dev
3333
```
3434
$ cd libwebsockets;mkdir build;cd build;cmake ..;make; sudo make install;
3535
```
36-
4. In mouse-posyx's folders, execute the following commands to build:
36+
5. In mouse-posyx's folders, execute the following commands to build:
3737

3838
```
3939
$ mkdir build; cd build
4040
$ cmake ..
4141
$ make
4242
```
4343

44-
4. Copy libwebsockets's implementations to the proper folder
44+
6. Copy libwebsockets's implementations to the proper folder
4545
```
4646
$ sudo cp /usr/local/lib/libwebsockets* /usr/lib
4747
```
4848

49-
4. Execute the application
49+
7. Execute the application
5050
```
5151
$ ./mouse-posyx
5252
```
5353

54-
5. Access the application throught IP:8000 in your favorite browser.
55-
6. Enjoy!
54+
8. Access the application throught IP:8000 in your favorite browser.
55+
9. Enjoy!
5656

5757
</details>
5858

@@ -64,7 +64,7 @@ $ ./mouse-posyx
6464

6565
2. Clone this repository
6666

67-
3. Build and install libwebsockets, you can read all the instructions here.
67+
3. Build and install libwebsockets
6868

6969
4. In root folder, create a 'build' folder
7070
```
@@ -85,13 +85,11 @@ $ ./mouse-posyx
8585
nmake
8686
```
8787

88-
7. Move libwebsockets.dll to 'build' folder.
88+
7. Execute the application
8989

90-
8. Execute the application
90+
8. Access the application throught IP:8000 in your favorite browser.
9191

92-
9. Access the application throught IP:8000 in your favorite browser.
93-
94-
10. Enjoy!
92+
9. Enjoy!
9593
</details>
9694

9795
---

0 commit comments

Comments
 (0)