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

Commit

Permalink
chore: Moved scripts to own dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dikayx committed Aug 5, 2024
1 parent ff7c32c commit 5f02cca
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -28,13 +28,13 @@ If you are already familiar with Git, you can use the commands below to clone th
To get the app up and running on Mac or Linux, run:

```bash
git clone https://github.com/dan-koller/mapy.git && cd mapy && chmod +x setup.sh && ./setup.sh
git clone https://github.com/dan-koller/mapy.git && cd mapy/scripts && chmod +x setup.sh && ./setup.sh
```

On Windows, open a command prompt (cmd) and run:

```cmd
git clone https://github.com/dan-koller/mapy.git && cd mapy && setup.bat
git clone https://github.com/dan-koller/mapy.git && cd mapy/scripts && setup.bat
```

Follow the instructions in the terminal to start the app. By default, it will be available at [http://localhost:8080](http://localhost:8080). If you want to use SSL, see the [Securing the app with SSL](docs/INSTALLATION.md#securing-the-app-with-ssl) section in the installation guide.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5f02cca

Please sign in to comment.