You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,17 @@
36
36
37
37
---
38
38
39
+
## <imgsrc="https://media3.giphy.com/media/v1.Y2lkPTZjMDliOTUybjRwY25yMXVhZGZiMnJxMHQ4aHBhbGlkNnowOGZpZXFwZjE0emZtayZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/65n8RPEa3r65q/giphy.gif"width="45" /> How To Install On Terminal
40
+
41
+
```bash
42
+
apt update
43
+
apt upgrade
44
+
git clone https://github.com/inirey/API-REST
45
+
yarn install
46
+
node index.js
47
+
```
48
+
49
+
39
50
## <imgsrc="https://media2.giphy.com/media/v1.Y2lkPTZjMDliOTUyZWR6ZXlnNW1sbG5rNmJlbjdzOXVra2tvZnZteHplZGp0YzI0c2VtdCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/gDPxwdP6SKFnsWDJ2u/giphy.gif"width="45" /> Features
0 commit comments