Skip to content

Commit c695526

Browse files
committed
Added README.md
1 parent 70dbae7 commit c695526

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,21 @@ File Commander is a command-line tool for performing various file operations.
77
To install File Commander, follow these steps:
88

99
1. Make sure you have Go installed on your machine.
10+
11+
```shell
12+
# Check Go version
13+
go version
14+
```
1015
2. Clone the repository or download the source code.
16+
17+
```shell
18+
git clone https://github.com/geoffrey1330/file-commander.git
19+
```
1120
3. Navigate to the project directory.
21+
```shell
22+
cd file-commander
23+
```
24+
1225
4. Run the following command to build the executable:
1326

1427
```shell

0 commit comments

Comments
 (0)