Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3762

Merged
merged 5 commits into from Nov 26, 2021
Merged

Update README.md #3762

merged 5 commits into from Nov 26, 2021

Conversation

nikita-fuchs
Copy link
Contributor

add a few more information to get people going more easily.

add a few more information to get people going more easily.
dincho
dincho previously approved these changes Nov 1, 2021
hanssv
hanssv previously approved these changes Nov 1, 2021
uwiger
uwiger previously approved these changes Nov 1, 2021
README.md Outdated



**Linux / Mac / Win**
Copy link
Member

@velzevur velzevur Nov 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The suggested command will not work on Windows as the slashes are all wrong.
Also the following line starts with "Or running a docker container" and does not read well in the context of a new header.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oof good catch @velzevur , let me find someone to test on windows...

add proper docker setup CMDs for windows
@nikita-fuchs nikita-fuchs dismissed stale reviews from uwiger, hanssv, and dincho via 34b0b39 November 4, 2021 12:56
fix formatting mistakes
add $s for better readability/clarification
uwiger
uwiger previously approved these changes Nov 4, 2021
README.md Outdated
mkdir -p ~/.aeternity/maindb
docker pull aeternity/aeternity
docker run -p 3013:3013 -p 3015:3015 \
$ mkdir -p ~/.aeternity/maindb
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that prevents copy pasting the whole block

README.md Outdated
```bash
$ mkdir %APPDATA%\aeternity\maindb
$ docker pull aeternity/aeternity
$ docker run -p 3013:3013 -p 3015:3015 -v %APPDATA%/aeternity/maindb:/home/aeternity/node/data/mnesia aeternity/aeternity
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make it multi-line to be consistent with the above command

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, because in command prompt and powershell the newline escape sign is inconsistent, we'll keep it simple.

remove command indicators for easier command block copying.
@velzevur velzevur merged commit 44e95e4 into aeternity:master Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants