Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ytorbyk committed Sep 17, 2021
1 parent b306ae8 commit 05b50ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ Main features:

Download the latest release into and make it executable:

curl -L https://github.com/ytorbyk/roost/releases/latest/download/roost.phar > /usr/local/bin/roost
curl -L https://github.com/findcanary/roost/releases/latest/download/roost.phar > /usr/local/bin/roost
chmod +x /usr/local/bin/roost

Optionally install autocomplete for all commands:

# BASH - Ubuntu / Debian
curl -L https://raw.githubusercontent.com/ytorbyk/roost/master/roost.completion | sudo tee /etc/bash_completion.d/roost
curl -L https://raw.githubusercontent.com/findcanary/roost/master/roost.completion | sudo tee /etc/bash_completion.d/roost

# BASH - Mac OSX (with Homebrew "bash-completion")
curl -L https://raw.githubusercontent.com/ytorbyk/roost/master/roost.completion > $(brew --prefix)/etc/bash_completion.d/roost
curl -L https://raw.githubusercontent.com/findcanary/roost/master/roost.completion > $(brew --prefix)/etc/bash_completion.d/roost

# ZSH - Config file
curl -L https://raw.githubusercontent.com/ytorbyk/roost/master/roost.completion > ~/.roost_completion && echo "source ~/.roost_completion" >> ~/.zshrc
curl -L https://raw.githubusercontent.com/findcanary/roost/master/roost.completion > ~/.roost_completion && echo "source ~/.roost_completion" >> ~/.zshrc


## Configuration
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "yurii/roost",
"name": "canary/roost",
"description": "Helper for working with DB on macOS or linux.",
"keywords": [
"magento",
Expand Down
4 changes: 2 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
|
*/

'version' => '1.0.0-RC5',
'version' => '1.0.0',

/*
|--------------------------------------------------------------------------
Expand All @@ -40,7 +40,7 @@
|
*/

'env' => 'development',
'env' => 'production',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 05b50ef

Please sign in to comment.