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
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,46 +16,58 @@ The app is a command line client for chat gpt. It allows users to ask gpt questi
16
16
-[Table of Contents](#table-of-contents)
17
17
-[Prerequisites](#prerequisites)
18
18
-[Installation](#installation)
19
-
-[Common steps](#common-steps)
20
-
-[Linux and MacOS](#linux-and-macos)
21
-
-[Windows](#windows)
19
+
-[Automatic install on debian based distros](#automatic-install-on-debian-based-distros)
20
+
-[Manual install from sources](#manual-install-from-sources)
21
+
-[Common steps](#common-steps)
22
+
-[Linux and MacOS](#linux-and-macos)
23
+
-[Windows](#windows)
22
24
-[Usage](#usage)
23
25
-[Configuration](#configuration)
24
26
-[Contributing](#contributing)
25
27
26
28
## Prerequisites
27
29
28
-
Any recent version of nodejs.
30
+
gpt-shell is a command line tool that can be installed on any operating system. However, it requires any recent version of Node.js to be installed.
29
31
30
32
<!-- Installation section here. -->
31
33
32
34
## Installation
33
35
34
-
### Common steps
36
+
Choose your preferred installation method below. Unix based systems (Linux, macOS) users can install gpt-shell via the command line with the following scripts:
0 commit comments