Skip to content

Commit

Permalink
a little changes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MowlCoder committed Oct 22, 2023
1 parent e4c4546 commit fd498e9
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,25 @@ The core system allows the user to register and start registering their complete

To get started with the Accumulative Loyalty System, follow these steps:

1. **Clone the Repository:** `git clone https://github.com/MowlCoder/accumulative-loyalty-system.git`
1. **Clone the Repository:**
```shell
git clone https://github.com/MowlCoder/accumulative-loyalty-system.git
```

2. **Install Dependencies:** `go mod tidy`
2. **Install Dependencies:**
```shell
go mod tidy
```

3. **Configure Settings:** Create an `.env` file and populate it based on the `.env.example` file

4. **Run application:** `go run ./cmd/gophermart/main.go` and `go run ./cmd/accrual/main.go`
4. **Run application:**
```shell
go run ./cmd/gophermart/main.go
```
```shell
go run ./cmd/accrual/main.go
```

## Documentation

Expand Down

0 comments on commit fd498e9

Please sign in to comment.