Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
fix: typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene authored Sep 25, 2023
1 parent e88a4b9 commit bb822ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ By default, Django secret key is generated randomly at each start of Mira. This

```sh
git clone [email protected]:intuitem/mira-community.git
cd mira
cd mira-community
```

#### Using Python
Expand Down Expand Up @@ -122,7 +122,7 @@ docker run --rm -p 8000:8000 -v ./db:/code/db mira:3.0.2

```sh
git clone [email protected]:intuitem/mira-community.git
cd mira
cd mira-community
```

2. Create a file in the parent folder (e.g. ../myvars) and store your environment variables within it by copying and modifying the following code and replace `"<XXX>"` by your private values. Take car not to commit this file in your git repo.
Expand Down

0 comments on commit bb822ef

Please sign in to comment.