We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dbae7 commit c695526Copy full SHA for c695526
README.md
@@ -7,8 +7,21 @@ File Commander is a command-line tool for performing various file operations.
7
To install File Commander, follow these steps:
8
9
1. Make sure you have Go installed on your machine.
10
+
11
+```shell
12
+# Check Go version
13
+go version
14
+```
15
2. Clone the repository or download the source code.
16
17
18
+git clone https://github.com/geoffrey1330/file-commander.git
19
20
3. Navigate to the project directory.
21
22
+cd file-commander
23
24
25
4. Run the following command to build the executable:
26
27
```shell
0 commit comments